Skip to content

Commit a18beb9

Browse files
authored
Merge pull request #7894 from ykakarap/update-release-steps-homebrew
📖 update homebrew instructions in release tasks
2 parents 98341e3 + dcaf729 commit a18beb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/release/release-tasks.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,10 @@ This can be done by:
198198
5. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clusterctl.rb).
199199
<br>**Notes**:
200200
* This is only done for new latest stable releases, not for beta / RC releases and not for previous release branches.
201-
* For an example please see: [PR: clusterctl 1.1.5](https://github.com/Homebrew/homebrew-core/pull/105075/files).
202-
* Homebrew has [conventions for commit messages](https://docs.brew.sh/Formula-Cookbook#commit) usually
203-
the commit message for us should look like: `clusterctl 1.1.5`.
201+
* Check if homebrew already has a PR to update the version (homebrew introduced automation that picks it up). Open one if no PR exists.
202+
* For an example please see: [PR: clusterctl 1.1.5](https://github.com/Homebrew/homebrew-core/pull/105075/files).
203+
* Homebrew has [conventions for commit messages](https://docs.brew.sh/Formula-Cookbook#commit) usually
204+
the commit message for us should look like: `clusterctl 1.1.5`.
204205
6. Set EOL date for previous release (prior art: https://github.com/kubernetes-sigs/cluster-api/issues/7146).
205206
206207
Additional information:

0 commit comments

Comments
 (0)