File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,11 +162,11 @@ npm run dev
162162 - Pull the latest changes ` git pull ` .
163163 - Check for linting issues ` npm run lint ` .
164164 - Set the new version in ` package.json `
165- - Add the version and date to the changelog ` ## [<version>] - <yyyy-mm-dd> ` and keep ` ## [Unrelease ] ` at the top.
165+ - Add the version and date to the changelog ` ## [<version>] - <yyyy-mm-dd> ` and keep ` ## [Unreleased ] ` at the top.
166166 - Commit the changes and create a git tag ` v<version> ` .
167167 - Push the local commit and tag to GitHub.
168- - Create the GitHub release, done automatically if the GITHUB_TOKEN env variable is set. Otherwise, a new release page
169- is opened in the browser with fields prepopulated. The release notes are copied from the changelog.
168+ - Create the GitHub release, done automatically if the ` GITHUB_TOKEN ` env variable is set. Otherwise, a new release
169+ page is opened in the browser with fields prepopulated. The release notes are copied from the changelog.
170170- Package the extension with ` npm run build ` .
171171- Upload the packaged extension to the Chrome web store.
172172
You can’t perform that action at this time.
0 commit comments