1.1 KiB
1.1 KiB
Release a new version
Make the new version
- Bump the version number in
package.jsonandmanifest.json - Commit the version number bump
- Create a git tag for the version:
git tag <version> - Push the tag up to GitHub:
git push --tags
Publish to AMO
- Run
./bin/build-addon.sh - Upload the zip file to AMO
Publish to GitHub
Finally, we also publish the release to GitHub.
- Download the signed
.xpifrom the addon versions page - Create a new release on GitHub
- For Tag version and Release title, use the version number
- For Release notes, copy the output of:
git log --no-merges \ --pretty=format:"%h %s" <previous-version>..<new-version> - For the Attach binaries, select the signed
.xpifile