Closed k88hudson closed 4 years ago
git push <upstream>;git push <upstream> --tags
These instructions assume you are using the provided pre-commit hook, which prevents this problem. https://mozilla.github.io/nimbus-shared/dev/setup#pre-commit-hook
That should be explicit in these instructions somewhere because someone just following these instructions can miss that, which we did
When filing these issues (both this and v0.0.9) remember to replace the ALL_CAPS variables, like version, with the corresponding values (which the instructions say to do).
Welcome Release Captain! ⛵️
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; git push --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