From ccb3b4faf414c640628e7c119cd3db92e1bd9331 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Thu, 4 Apr 2024 14:39:51 -0600 Subject: [PATCH] docs(release-process.md): updates per automation Signed-off-by: Vaughn Dice --- docs/content/release-process.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/release-process.md b/docs/content/release-process.md index d66abc270..f939a951a 100644 --- a/docs/content/release-process.md +++ b/docs/content/release-process.md @@ -116,9 +116,8 @@ Otherwise, switch to the branch locally. `--certificate-identity` value should match this release, e.g. `https://github.com/fermyon/spin/.github/workflows/release.yml@refs/tags/v2.0.0`. -1. Unless this is a release candidate, create a Pull Request into Fermyon's Hombrew tap - repository updating the [Spin formula](https://github.com/fermyon/homebrew-tap/blob/main/Formula/spin.rb). - In the formula, update the version, point to the latest release artifacts, and set their correct sha256 digests. +1. Unless this is a release candidate, review and merge the bot-created Pull Request + in the [fermyon/homebrew-tap repository](https://github.com/fermyon/homebrew-tap/). The release is now complete!