1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-21 13:44:08 +01:00
php-web-maker/RELEASE.md

14 lines
332 B
Markdown
Raw Normal View History

2022-02-20 13:48:13 +05:30
## Release steps for Chrome extension
- Checkout master
2022-02-20 14:09:32 +05:30
- Update changelog and commit
2022-02-20 13:48:13 +05:30
- Change version in following places:
- app.jsx
- options.html
- package.json
- manifest.json
2022-02-20 14:09:32 +05:30
- commit and tag (`git tag {version}`)
2022-02-20 13:48:13 +05:30
- Run `gulp build-extension`
- Test out extension-{version}.zip
2022-02-20 14:09:32 +05:30
- If everything is good, push to master