Skip to content

Release Process

Eric Bixby edited this page Apr 7, 2019 · 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.

AMO:

  • Update the description page on AMO.
  • Upload the new version on AMO.
  • Create new release notes on AMO.