diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 6643501..19d8f11 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -30,6 +30,6 @@ The GitHub workflow will fail initially because the jobs which test the installe Releasing a new version is a three-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. 3. Create a pull request in the `Homebrew/homebrew-core` repository on GitHub to bump the version in [this file](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/d/docuum.rb).