From 20edfe9dc10890bde4c589c15396bd64772da643 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Wed, 16 Aug 2023 12:18:44 +0100 Subject: [PATCH] Add task to update link checker base branch Signed-off-by: killianmuldoon --- docs/release/release-tasks.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/release/release-tasks.md b/docs/release/release-tasks.md index a72107e48cc9..1b2dc589c217 100644 --- a/docs/release/release-tasks.md +++ b/docs/release/release-tasks.md @@ -159,6 +159,8 @@ From this point forward changes which should land in the release have to be cher ``` 2. Update the [milestone applier config](https://github.com/kubernetes/test-infra/blob/0b17ef5ffd6c7aa7d8ca1372d837acfb85f7bec6/config/prow/plugins.yaml#L371) accordingly (e.g. `release-1.4: v1.4` and `main: v1.5`)
Prior art: [cluster-api: update milestone applier config for v1.3](https://github.com/kubernetes/test-infra/pull/26631) +3. Update the [PR markdown link checker](https://github.com/killianmuldoon/cluster-api/blob/main/.github/workflows/pr-md-link-check.yaml) accordingly (e.g. `main` -> `release-1.4`). +
Prior art: [Update branch for link checker](https://github.com/kubernetes-sigs/cluster-api/pull/9206) #### [Continuously] Maintain the GitHub release milestone @@ -221,9 +223,8 @@ to a newer Go minor version according to our [backport policy](./../../CONTRIBUT docker pull registry.k8s.io/cluster-api/kubeadm-control-plane-controller:${RELEASE_TAG} ``` 4. Publish the release in GitHub: - 1. Get the final release notes from the docs team and add them to the GitHub release. - 2. Publish the release (ensure to flag the release as pre-release if necessary). -5. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clusterctl.rb). + 1. Ask the [Maintainer](#maintainer) to publish the release in GitHub. +5. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/clusterctl.rb).
**Notes**: * This is only done for new latest stable releases, not for beta / RC releases and not for previous release branches. * Check if homebrew already has a PR to update the version (homebrew introduced automation that picks it up). Open one if no PR exists.