1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-21 19:21:55 +02:00
php-web-maker/RELEASE.md
2023-05-29 01:28:33 +05:30

14 lines
331 B
Markdown

## 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 buildExtension`
- Test out extension-{version}.zip
- If everything is good, push to master