Skip to content

Commit bf1e741

Browse files
authored
Merge pull request #7220 from sbueringer/pr-improve-release-doc
📖 docs/releasing: add note about homebrew PR commit message
2 parents 61bb205 + a62f9b4 commit bf1e741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/developer/releasing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Get someone with Netlify access to do the following:
4646
1. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clusterctl.rb).
4747
For an example please see: [PR: clusterctl 1.1.5](https://github.com/Homebrew/homebrew-core/pull/105075/files).
4848

49+
**Note**: Homebrew has [conventions for commit messages](https://docs.brew.sh/Formula-Cookbook#commit) usually
50+
the commit message for us should be e.g. "clusterctl 1.1.5"
51+
4952
### Versioning
5053

5154
See the [versioning documentation](./../../CONTRIBUTING.md#versioning) for more information.

0 commit comments

Comments
 (0)