From 0611a1df8d72e4393d9c0da9ca95ee5201362a3d Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 20 Feb 2022 14:09:32 +0530 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) 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