You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
Welcome Release Captain! ⛵️
main
branch locally.release-NEW_VERSION
. If you don't, you can rename it later when you do know.CHANGELOG.md
to reflect the changes since the last version.git log --merges vOLD_VERSION..
to see commits between then and now.git add CHANGELOG.md
, since the next step will commit it.yarn version --patch
- Bug fixes, doc updates, and other small changes.yarn version --minor
- New features and backwards compatible pages.yarn version --major
- Breaking changes and major new features.git branch -m release-NEW_VERSION
.Release vNEW_VERSION
Refs #XYZ
to the body where XYZ is this issue.git push --tags
[email protected]_VERSION-signed.xpi
.CHANGELOG.md
and attach the signed XPI.The text was updated successfully, but these errors were encountered: