Skip to content

Commit 4dd890b

Browse files
committed
Expand tag instructions
1 parent b48f405 commit 4dd890b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.dev.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Steps for releasing:
1111
generate the docs, deploy docs, and publish the module to NPM.
1212
7. Create a release PR containing the updates relating to any of the steps
1313
above.
14-
8. Create and push a git tag (eg `git tag v4.2.0 && git push --tags`).
14+
8. Create and push a git tag (e.g. `git tag -a v4.2.0 -m v4.2.0 && git push
15+
--tags`).
1516
9. Manually create a release on GitHub to include the release-specific
1617
notes found in `CHANGELOG.md`.
1718
10. Verify the release on

0 commit comments

Comments
 (0)