-
-
Notifications
You must be signed in to change notification settings - Fork 282
Release procedure
Marcel Klehr edited this page Aug 24, 2020
·
18 revisions
- Assemble CHANGELOG and determine version number
- Bump version of
- package.json
- manifest.json
- Run
npm i && gulp release
- Commit and tag changes as vx.x.x
git push && git push --tags
- Create github release and upload build
- Wait for CI to pass
- Merge develop into master:
git checkout master && git merge develop
-
gulp publish
To publish on chrome webstore - Submit to AMO: https://addons.mozilla.org/en-US/developers/addon/floccus/versions/submit/
- Submit to Edge Addons