Skip to content

Commit

Permalink
Use Tagref file references where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Feb 22, 2024
1 parent b3d3652 commit 2b5e812
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ When setting up the repository on GitHub, configure the following settings:

Follow these steps to release a new version:

1. Bump the version in `manifest.json` and `package.json`, run `npm install` to
update `package-lock.json`, and update `CHANGELOG.md` with information about
the new version. Ship those changes as a single commit.
1. Bump the version in `[file:manifest.json]` and `[file:package.json]`, run
`npm install` to update `[file:package-lock.json]`, and update
`[file:CHANGELOG.md]` with information about the new version. Ship those
changes as a single commit.
2. Run `toast release` to build the extension. It will produce a file called
`hashpass.zip`.
3. Upload the ZIP file to the
Expand Down

0 comments on commit 2b5e812

Please sign in to comment.