Skip to content

Commit 4c5f682

Browse files
committed
fix typo
1 parent 95c3755 commit 4c5f682

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

0 commit comments

Comments
 (0)