Skip to content

Commit

Permalink
fix links (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto authored Jul 17, 2023
1 parent 6ad9b41 commit cbfe61b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: knative-release-leads

# Timeline of a Knative release

We release each repository of `knative.dev` roughly every 3 months. Please check the [release schedule](../../README.md#release-schedule) to calculate when to start work on each checkpoint of a release timeline.
We release each repository of `knative.dev` roughly every 3 months. Please check the [release schedule](https://github.com/knative/release/blob/main/README.md#release-schedule) to calculate when to start work on each checkpoint of a release timeline.

## Repos to be released

Expand All @@ -31,15 +31,15 @@ We release each repository of `knative.dev` roughly every 3 months. Please check

### T-minus 7 days - releasing supporting repos

Guidance on [releasing a repository](../../PROCEDURES.md#releasing-a-repository).
Guidance on [releasing a repository](https://github.com/knative/release/blob/main/PROCEDURES.md#releasing-a-repository).

- [ ] Start a draft for the announcement blog post in the [Knative Team Drive](https://drive.google.com/drive/folders/1IbO2UeEl_HsAX0CDEdbWptMKnMAgCdPt)
- [ ] An announcement has been made in the [**#knative**](https://app.slack.com/client/T08PSQ7BQ/C04LGHDR9K7) Slack channel that the cut of [`knative.dev/pkg`](https://github.com/knative/pkg) is imminent
- [ ] Check the status of the nightly builds. See the badge against each core repo in Phase 1. Let the [working group leads](https://github.com/knative/community/blob/main/working-groups/WORKING-GROUPS.md) know about failures and ask them to investigate.Repeat this process throughout the week. This should not be a blocker to start cutting the supporting repositories mentioned below.

Notes

- Some of the supporting repos can be cut in parallel. Refer [Aligning dependencies](../../PROCEDURES.md/#Aligning-dependencies).
- Some of the supporting repos can be cut in parallel. Refer [Aligning dependencies](https://github.com/knative/release/blob/main/PROCEDURES.md/#Aligning-dependencies).
- The release branch for each supporting repos must be done only after the branch for their dependencies is cut.

#### Cut Supporting Repositories
Expand Down Expand Up @@ -73,7 +73,7 @@ Notes
- It is not required that all repos in the included sub-sections be released on the same day the release is scheduled to start.
- The release notes of a dependency are not a blocker for proceeding to cut a release for a repo.
- The prow job web page is very slow to respond and you need to click only once to rerun the job.
- Some repos can be released in parallel.Refer [Aligning dependencies](../../PROCEDURES.md/#Aligning-dependencies).
- Some repos can be released in parallel.Refer [Aligning dependencies](https://github.com/knative/release/blob/main/PROCEDURES.md#Aligning-dependencies).

#### Phase 1 - Core Repositories _(Can be started after all the supporting repos have been successfully released)_

Expand Down

0 comments on commit cbfe61b

Please sign in to comment.