From 5a3dcd144f775a955c71e5b8b06e1f894a425f83 Mon Sep 17 00:00:00 2001 From: Rohith Balaji Date: Sun, 15 Mar 2020 23:53:19 +0530 Subject: [PATCH] Update readme with instructions to publish release to chrome store (#37) * Update readme with instructions to publish release to chrome store * Update readme with suggested changes * Update README.md * Update README.md * Update README.md Co-authored-by: Harry Liu --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b91f7a..f3a4127 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ yarn:development ``` #### For Production Release -``` -yarn -GIT_TAG=0.0.1 yarn build:production -``` +Once the wanted changes are merged into master branch, [create a release tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) with the new [version](https://semver.org/). + +Eg. `0.0.7` ### Install 1. Navigate to `chrome://extensions/` in Google Chrome.