Skip to content

Commit 3000ada

Browse files
committed
Document the release workflow steps
1 parent 3339c24 commit 3000ada

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contr
1010

1111
From a clean working copy, run `npm version major|minor|patch|VERSION`.
1212
This will bump the package version, commit, tag, and push.
13-
The tag-push event triggers the release workflow on GitHub.
13+
14+
The tag-push event triggers the release workflow on GitHub, which creates a
15+
GitHub Release for the tag. It also (when applicable) publishes to npm and
16+
opens a pull request to bump the corresponding formula in its Homebrew tap.

0 commit comments

Comments
 (0)