We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48f405 commit 4dd890bCopy full SHA for 4dd890b
README.dev.md
@@ -11,7 +11,8 @@ Steps for releasing:
11
generate the docs, deploy docs, and publish the module to NPM.
12
7. Create a release PR containing the updates relating to any of the steps
13
above.
14
-8. Create and push a git tag (eg `git tag v4.2.0 && git push --tags`).
+8. Create and push a git tag (e.g. `git tag -a v4.2.0 -m v4.2.0 && git push
15
+ --tags`).
16
9. Manually create a release on GitHub to include the release-specific
17
notes found in `CHANGELOG.md`.
18
10. Verify the release on
0 commit comments