Skip to content

Commit 48ae58e

Browse files
authored
Merge pull request #9208 from killianmuldoon/pr-update-md-link-release-docs
📖 Add task to update link checker base branch
2 parents 33a9211 + 1fff665 commit 48ae58e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/release/release-tasks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ From this point forward changes which should land in the release have to be cher
158158

159159
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`)
160160
<br>Prior art: [cluster-api: update milestone applier config for v1.3](https://github.com/kubernetes/test-infra/pull/26631)
161+
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`).
162+
<br>Prior art: [Update branch for link checker](https://github.com/kubernetes-sigs/cluster-api/pull/9206)
161163

162164
#### [Continuously] Maintain the GitHub release milestone
163165

@@ -212,7 +214,7 @@ to a newer Go minor version according to our [backport policy](./../../CONTRIBUT
212214
```
213215
4. Publish the release in GitHub:
214216
1. Ask the [Maintainer](#maintainer) to publish the release in GitHub.
215-
5. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clusterctl.rb).
217+
5. Publish `clusterctl` to Homebrew by bumping the version in [clusterctl.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/clusterctl.rb).
216218
<br>**Notes**:
217219
* This is only done for new latest stable releases, not for beta / RC releases and not for previous release branches.
218220
* Check if homebrew already has a PR to update the version (homebrew introduced automation that picks it up). Open one if no PR exists.

0 commit comments

Comments
 (0)