Skip to content

Release Process

Eric Bixby edited this page May 9, 2022 · 9 revisions

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

Git

  • Increment the version number in manifest.json.
  • Update the README file.
  • Generate the .xpi file.
  • Create a tag with the new version. git tag -a v2.11.0
  • Push new tag to git repo. git push --tags
  • Create new release on the release page and upload XPI file.

AMO

  • Upload the new version on AMO.
  • Update the description page on AMO.