Skip to content

Commit 2024773

Browse files
committed
update the release process
1 parent 808ae19 commit 2024773

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)