npm run chrome
npm run firefox
run both
- Update the extension's version in the
manifest.json
andpackage.json
- Make changes in the
CHANGELOG.md
- Temporary remove the
browser_specific_settings
- Steps
- run command
npm run build-chrome
- upload to chrome
- run command
- Steps
- run command
npm run build-firefox
- upload to Firefox.
- run command
-
Steps
- Readd the
browser_specific_settings
- commit the changes
- merge the branch to master
- upload to the Github
- Readd the
- Steps
- Take the latest version from both
chrome_build
andfirefox_build
- Add both of them to archive(zip)
- Change the file name to version (for example
[0.0.1]
) - Go to Github add the zip file to release
- Take the latest version from both