Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Tagref file references where applicable #62

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading