Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Add more links to release-tasks doc #9029

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/release/release-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ As of now we ask for volunteers in Slack and office hours.

#### Finalize release schedule and team

1. Finalize release schedule and team in `release-1.4.md`.
2. Update Slack user group and GitHub team accordingly.
1. Finalize release schedule and team in the [docs/release/releases](../../docs/release/releases), e.g. [release-1.4.md](../../docs/release/releases/release-1.4.md).
2. Update @cluster-api-release-team Slack user group and GitHub team accordingly.
<br>Prior art: https://github.com/kubernetes-sigs/cluster-api/issues/7476

#### Prepare main branch for development of the new release
Expand Down Expand Up @@ -123,7 +123,7 @@ Prior art:

#### Create a new GitHub milestone for the next release

The goal of this task is to create a new GitHub milestone for the next release, so that we can already move tasks
The goal of this task is to create [a new GitHub milestone](https://github.com/kubernetes-sigs/cluster-api/milestones) for the next release, so that we can already move tasks
out of the current milestone if necessary.

1. Create the milestone for the new release via GitHub UI.
Expand Down
Loading