You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release/release-tasks.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,19 @@ The goal of this task to make the book for the current release available under e
318
318
3. Update references in introduction.md only on the main branch (drop unsupported versions, add the new release version).
319
319
<br>Prior art: [Add release 1.2 book link](https://github.com/kubernetes-sigs/cluster-api/pull/6697)
320
320
321
+
#### Generate weekly PR updates to post in Slack
322
+
The goal of this task is to keep the CAPI community updated on recent PRs that have been merged. This is done by using the weekly update tool in `hack/tools/release/weekly/main.go`. Here is how to use it:
323
+
1. Checkout the latest commit on the release branch, e.g. `release-1.4`, or the main branch if the release branch doesn't yet exist (e.g. beta release).
324
+
2. Build the release weekly update tools binary.
325
+
```bash
326
+
make release-weekly-update-tool
327
+
```
328
+
3. Generate the weekly update with the following command:
4. Paste the output into a new Slack message in the [`#cluster-api`](https://kubernetes.slack.com/archives/C8TSNPY4T) channel. Currently, we post separate messages in a thread for`main` and the two most recent release branches (e.g. `release-1.5` and `release-1.4`).
0 commit comments