Skip to content

Commit 34a3824

Browse files
authored
Merge pull request #6837 from sbueringer/pr-extend-releasing.md
📖 add kpromo and homebrew instructions to releasing.md
2 parents c8b474f + 827acbe commit 34a3824

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/developer/releasing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,21 @@ Images are built by the [post push images job](https://testgrid.k8s.io/sig-clust
2121
- `export GITHUB_TOKEN=<your GH token>`
2222
- `make promote-images`
2323

24+
*Note*: `kpromo` uses `[email protected]:...` as remote to push the branch for the PR. If you don't have `ssh` set up you can configure
25+
git to use `https` instead via `git config --global url."https://github.com/".insteadOf [email protected]:`.
26+
2427
This will automatically create a PR in [k8s.io](https://github.com/kubernetes/k8s.io) and assign the CAPI maintainers.
2528

2629
## Release in GitHub
2730

2831
1. Review the draft release on GitHub. Pay close attention to the `## :question: Sort these by hand` section, as it contains items that need to be manually sorted.
2932
1. Publish the release
3033

34+
## Homebrew
35+
36+
1. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clusterctl.rb).
37+
For an example please see: [PR: clusterctl 1.1.5](https://github.com/Homebrew/homebrew-core/pull/105075/files).
38+
3139
### Versioning
3240

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

0 commit comments

Comments
 (0)