@@ -3,20 +3,20 @@ Steps for releasing:
331 . Review open issues and PRs to see if any can easily be fixed, closed, or
44 merged.
552 . Bump copyright year in ` README.md ` , if necessary.
6- 3 . Review ` CHANGELOG.md ` for completeness and correctness. Update its
6+ 3 . Consider whether any dependencies need to be updated.
7+ 4 . Review ` CHANGELOG.md ` for completeness and correctness. Update its
78 release date.
8- 4 . Set the version in ` package.json ` .
9- 5 . Create a release PR containing the updates relating to any of the steps
9+ 5 . Set the version in ` package.json ` .
10+ 6 . Run ` npm publish ` . You can do this from the release branch. This will
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
1013 above.
11- 6 . Ensure that the release PR is merged into ` main ` .
12- 7 . With ` main ` checked out, run ` npm publish ` . This will generate the
13- docs, deploy docs, and publish the module to NPM.
14148 . Create and push a git tag (eg ` git tag v4.2.0 && git push --tags ` ).
15- 8 . Manually create a release on GitHub to include the release-specific
15+ 9 . Manually create a release on GitHub to include the release-specific
1616 notes found in ` CHANGELOG.md ` .
17- 9 . Verify the release on
18- [ GitHub] ( https://github.com/maxmind/minfraud-api-node/releases ) and
19- [ NPM] ( https://npmjs.com/package/@maxmind/minfraud-api-node ) .
17+ 10 . Verify the release on
18+ [ GitHub] ( https://github.com/maxmind/minfraud-api-node/releases ) and
19+ [ NPM] ( https://npmjs.com/package/@maxmind/minfraud-api-node ) .
2020
2121## Set up pre-commit hooks
2222
0 commit comments