Skip to content

Commit 9caa17b

Browse files
committed
Document release process
1 parent d89e736 commit 9caa17b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Contributing
2+
3+
## Releasing
4+
5+
From a clean working copy, run `npm version major|minor|patch|VERSION`.
6+
This will bump the package version, commit, tag, and push.
7+
The tag-push event triggers the release workflow on GitHub.
8+
The workflow creates a GitHub Release from the tag and publishes to npm.

0 commit comments

Comments
 (0)