@@ -30,11 +30,11 @@ The responsibilities of each role are described below.
30
30
31
31
## Handbooks
32
32
33
- ** NOTE: The Patch Release Team and Branch Manager handbooks will be deduplicated at a later date.**
33
+ ** NOTE: The Patch Release Team and Branch Manager handbooks will be de-duplicated at a later date.**
34
34
35
- - [ Patch Release Team] ( /release-engineering/role-handbooks/ patch-release-team.md )
36
- - [ Branch Managers] ( /release-engineering/role-handbooks/ branch-manager.md )
37
- - [ Build Admins] ( /release-engineering/ packaging.md )
35
+ - [ Patch Release Team] [ handbook- patch-release]
36
+ - [ Branch Managers] [ handbook- branch-mgmt ]
37
+ - [ Build Admins] [ handbook- packaging]
38
38
39
39
## Release Managers
40
40
@@ -49,17 +49,17 @@ Minimum requirements for Release Managers and Release Manager Associates are:
49
49
` git ` command line invocations.
50
50
- General knowledge of Google Cloud (Cloud Build and Cloud Storage).
51
51
- Open to seeking help and communicating clearly.
52
- - [ Kubernetes Community Membership ] ( https://github.com/kubernetes/ community/blob/master/community -membership.md#member )
52
+ - Kubernetes Community [ membership ] [ community-membership ]
53
53
54
54
Release Managers are responsible for:
55
55
56
56
- Coordinating and cutting Kubernetes releases:
57
57
- Patch releases (` x.y.z ` , where ` z ` > 0)
58
58
- Minor releases (` x.y.z ` , where ` z ` = 0)
59
59
- Pre-releases (alpha, beta, and release candidates)
60
- - Working with the [ Release Team] ( / release-team/README.md ) through each
60
+ - Working with the [ Release Team] [ release-team ] through each
61
61
release cycle
62
- - Setting the [ schedule and cadence for patch releases] ( /releases/patch-releases.md )
62
+ - Setting the [ schedule and cadence for patch releases] [ patches ]
63
63
- Maintaining the release branches:
64
64
- Reviewing cherry picks
65
65
- Ensuring the release branch stays healthy and that no unintended patch
@@ -120,7 +120,7 @@ referred to as Release Manager shadows. They are responsible for:
120
120
- Seeking opportunities to help with prioritization and communication
121
121
- Sending out pre-announcements and updates about patch releases
122
122
- Updating the calendar, helping with the release dates and milestones from
123
- the [ release cycle Timeline ] ( https://github.com/kubernetes/ sig-release/tree/master/ releases)
123
+ the [ release cycle timeline ] [ k- sig-release- releases]
124
124
- Through the Buddy program, onboarding new contributors and pairing up with
125
125
them on tasks
126
126
@@ -197,9 +197,17 @@ GitHub team: [@kubernetes/sig-release-leads](https://github.com/orgs/kubernetes/
197
197
198
198
---
199
199
200
- Past Branch Managers, can be found in the [ releases directory] ( /releases )
201
- within ` release-x.y/release_team.md ` .
202
- Example: [ 1.15 Release Team] ( /releases/release-1.15/release_team.md )
200
+ Past Branch Managers, can be found in the [ releases directory] [ k-sig-release-releases ]
201
+ of the kubernetes/sig-release repository within ` release-x.y/release_team.md ` .
203
202
203
+ Example: [ 1.15 Release Team] ( https://git.k8s.io/sig-release/releases/release-1.15/release_team.md )
204
+
205
+ [ community-membership ] : https://git.k8s.io/community/community-membership.md#member
206
+ [ handbook-branch-mgmt ] : https://git.k8s.io/sig-release/release-engineering/role-handbooks/branch-manager.md
207
+ [ handbook-packaging ] : https://git.k8s.io/sig-release/release-engineering/packaging.md
208
+ [ handbook-patch-release ] : https://git.k8s.io/sig-release/release-engineering/role-handbooks/patch-release-team.md
209
+ [ k-sig-release-releases ] : https://git.k8s.io/sig-release/releases
210
+ [ patches ] : /patch-releases.md
204
211
[ psc ] : https://git.k8s.io/community/committee-product-security/README.md
212
+ [ release-team ] : https://git.k8s.io/sig-release/release-team/README.md
205
213
[ security-release-process ] : https://git.k8s.io/security/security-release-process.md
0 commit comments