Skip to content

Commit

Permalink
Merge pull request #62 from stepchowfun/file-references
Browse files Browse the repository at this point in the history
Use Tagref file references where applicable
  • Loading branch information
stepchowfun authored Feb 22, 2024
2 parents b3d3652 + 2b5e812 commit 5ea5e8e
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 5ea5e8e

Please sign in to comment.