1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 06:51:12 +02:00

Update RELEASE.md

This commit is contained in:
Kushagra Gour
2022-02-20 14:09:32 +05:30
committed by GitHub
parent 5d11b9f6be
commit 0611a1df8d

View File

@@ -1,10 +1,13 @@
## 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