From b2fe3a88f8f8a4f39cd0e09eb41f3ace37dc932b Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Sat, 17 Jun 2023 19:56:10 -0700 Subject: [PATCH] Update the MAINTAINERS instructions for updating Homebrew --- MAINTAINERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c6855ea..d6cd9d6 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -32,3 +32,4 @@ 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. +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/tagref.rb).