Skip to content

Commit

Permalink
Merge pull request #6837 from sbueringer/pr-extend-releasing.md
Browse files Browse the repository at this point in the history
📖 add kpromo and homebrew instructions to releasing.md
  • Loading branch information
k8s-ci-robot authored Jul 6, 2022
2 parents c8b474f + 827acbe commit 34a3824
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/developer/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ Images are built by the [post push images job](https://testgrid.k8s.io/sig-clust
- `export GITHUB_TOKEN=<your GH token>`
- `make promote-images`

*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
git to use `https` instead via `git config --global url."https://github.com/".insteadOf [email protected]:`.

This will automatically create a PR in [k8s.io](https://github.com/kubernetes/k8s.io) and assign the CAPI maintainers.

## Release in GitHub

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.
1. Publish the release

## Homebrew

1. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clusterctl.rb).
For an example please see: [PR: clusterctl 1.1.5](https://github.com/Homebrew/homebrew-core/pull/105075/files).

### Versioning

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

0 comments on commit 34a3824

Please sign in to comment.