File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -162,16 +162,15 @@ npm run build
162162
163163- [ optional] Set env variable
164164 ` GITHUB_TOKEN ` ([ generate token] ( https://github.com/settings/tokens/new?scopes=repo&description=indexeddb-browser-github-release ) )
165- - Run ` npm run release `
166- - Pull the latest changes on main .
165+ - Run ` npm run release ` which includes:
166+ - Pull the latest changes ` git pull ` .
167167 - Check for linting issues ` npm run lint ` .
168- - Set the version in ` package.json `
169- - Add the version and date to the changelog ` ## [<version>] - <yyyy-mm-dd> ` and keep ` ## [UNRELEASED ] ` at the top.
168+ - Set the new version in ` package.json `
169+ - Add the version and date to the changelog ` ## [<version>] - <yyyy-mm-dd> ` and keep ` ## [Unrelease ] ` at the top.
170170 - Commit the changes and create a git tag ` v<version> ` .
171171 - Push the local commit and tag to GitHub.
172- - Open the GitHub release page with the fields prepopulated. The release notes are copied from the changelog.
173172 - Create the GitHub release, done automatically if the GITHUB_TOKEN env variable is set. Otherwise, a new release page
174- is opened in the browser with fields prepopulated.
173+ is opened in the browser with fields prepopulated. The release notes are copied from the changelog.
175174- Package the extension with ` npm run build ` .
176175- Upload the packaged extension to the Chrome web store.
177176
You can’t perform that action at this time.
0 commit comments