We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189d9b6 commit 02938c1Copy full SHA for 02938c1
1 file changed
CONTRIBUTING.md
@@ -51,7 +51,7 @@ the one above, the [Software Grant and Corporate Contributor License Agreement].
51
From master branch with all required changes landed and pulled:
52
53
* Run `npm version minor -m 'Release %s'` with semver component as needed.
54
-* Push commit and new tag with `git push --tags`.
+* Push commit and new tag with `git push --follow-tags`.
55
* Create a [GitHub Release].
56
* Publish new package to npm registry with `npm publish`.
57
0 commit comments