Closed k88hudson closed 3 years ago
main
CHANGELOG.md
git log vPREVIOUS_VERSION..
npm version patch
npm version minor
npm version major
git push UPSTREAM_REMOTE main; git push UPSTREAM_REMOTE main --tags
@here Version VERSION of nimbus-shared has been released on NPM and PyPI
[release issue template]: https://github.com/mozilla/nimbus-shared/issues/new?assignees=&labels=&template=release-checklist.md&title=Release+VERSION
main
branch locally.CHANGELOG.md
and commit the changes.git log vPREVIOUS_VERSION..
to see commits between then and now.npm version patch
- Bug fixes, doc updates, and other small changes.npm version minor
- Backwards compatible changes to library features, schemas, or data.npm version major
- Breaking changes to library features, schemas, or data.git push UPSTREAM_REMOTE main; git push UPSTREAM_REMOTE main --tags
to push your changes to GitHub.@here Version VERSION of nimbus-shared has been released on NPM and PyPI
.[release issue template]: https://github.com/mozilla/nimbus-shared/issues/new?assignees=&labels=&template=release-checklist.md&title=Release+VERSION