Skip to content

Commit 02938c1

Browse files
authored
Use --follow-tags to push commit and push tags (#109)
1 parent 189d9b6 commit 02938c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the one above, the [Software Grant and Corporate Contributor License Agreement].
5151
From master branch with all required changes landed and pulled:
5252

5353
* Run `npm version minor -m 'Release %s'` with semver component as needed.
54-
* Push commit and new tag with `git push --tags`.
54+
* Push commit and new tag with `git push --follow-tags`.
5555
* Create a [GitHub Release].
5656
* Publish new package to npm registry with `npm publish`.
5757

0 commit comments

Comments
 (0)