mirror of
https://github.com/chinchang/web-maker.git
synced 2025-01-17 12:28:14 +01:00
332 B
332 B
Release steps for Chrome extension
- Checkout master
- Update changelog and commit
- Change version in following places:
- app.jsx
- options.html
- package.json
- manifest.json
- commit and tag (
git tag {version}
) - Run
gulp build-extension
- Test out extension-{version}.zip
- If everything is good, push to master