salmanh-geoip2-node
v2.2.3
Published
Node.js API for GeoIP2 webservice client and database reader
Downloads
113
Maintainers
Readme
Steps for releasing:
- Review open issues and PRs to see if any can easily be fixed, closed, or merged.
- Bump copyright year in
README.md
, if necessary. - Review
CHANGELOG.md
for completeness and correctness. Update its release date. - Create a release PR containing the updates relating to any of the steps above.
- Ensure that the release PR is merged into main.
- With
main
checked out, runyarn run release
. This will generate the docs, deploy docs, tag the release, push it to origin, create a GitHub release, and version the package on NPM. - Verify the release on GitHub and NPM.
- Manually edit the release on GitHub to include the release-specific notes found in
CHANGELOG.md
.