-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6837 from sbueringer/pr-extend-releasing.md
📖 add kpromo and homebrew instructions to releasing.md
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|