diff --git a/RELEASE.md b/RELEASE.md index 0f1aac5..f2af8ee 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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