Skip to content

Release Process

Eric Bixby edited this page Sep 14, 2018 · 9 revisions

Here is the current process to release a new version of Auto-Sort Bookmarks:

Git:

  • Increment the version number in package.json.
  • Update the README file.
  • Generate the .xpi file with jpm xpi (jpm is the tool used to run/test/zip the add-on).
  • Create a git tag with git tag -a v2.11.0 (with the new version of course) and git push --tags to add a new version in the release page.
  • Create new release notes on github.

AMO:

  • Update the description page on AMO.
  • Upload the new version on AMO.
  • Write the new features and bug fixes on AMO.