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 7797243 commit 5b5283a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ The GitHub workflow will fail initially because the jobs which test the installe

Releasing a new version is a two-step process:

1. Bump the version in `Cargo.toml`, run `cargo build` to update `Cargo.lock`, and update `CHANGELOG.md` with information about the new version. Ship those changes as a single commit.
2. Once the GitHub workflow has finished on the `main` branch, update the version in `install.sh` to point to the new release.
1. Bump the version in `[file:Cargo.toml]`, run `cargo build` to update `[file:Cargo.lock]`, and update `[file:CHANGELOG.md]` with information about the new version. Ship those changes as a single commit.
2. Once the GitHub workflow has finished on the `main` branch, update the version in `[file:install.sh]` to point to the new release.

0 comments on commit 5b5283a

Please sign in to comment.