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 baab700 commit 83e6868Copy full SHA for 83e6868
README.md
@@ -468,7 +468,9 @@ as outlined above:
468
- npm run build
469
- npm run test
470
- [ ] Commit and tag the changes, pushing up to main and the tag
471
- - For example - `git tag -a 1.4.2 -m "1.4.2"`
+ - For example
472
+ - `git tag -a 1.4.2 -m "1.4.2"`
473
+ - `git push origin tag 1.4.2`
474
- [ ] Create the GitHub release
475
- [ ] Run npm publish from an account with access (asking somebody with access
476
the nodejs-foundation account is an option if you don't have access.
0 commit comments