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: release-tools/README.md
+115Lines changed: 115 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,118 @@ Cheat sheet:
49
49
-`git subtree add --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - add release tools to a repo which does not have them yet (only once)
50
50
-`git subtree pull --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - update local copy to latest upstream (whenever upstream changes)
51
51
- edit, `git commit`, `git subtree push --prefix=release-tools [email protected]:<user>/csi-release-tools.git <my-new-or-existing-branch>` - push to a new branch before submitting a PR
52
+
53
+
verify-shellcheck.sh
54
+
--------------------
55
+
56
+
The [verify-shellcheck.sh](./verify-shellcheck.sh) script in this repo
This page describes the process for releasing a kubernetes-csi sidecar.
4
+
5
+
## Prerequisites
6
+
7
+
The release manager must:
8
+
9
+
* Be a member of the kubernetes-csi organization. Open an
10
+
[issue](https://github.com/kubernetes/org/issues/new?assignees=&labels=area%2Fgithub-membership&template=membership.md&title=REQUEST%3A+New+membership+for+%3Cyour-GH-handle%3E) in
11
+
kubernetes/org to request membership
12
+
* Be a top level approver for the repository. To become a top level approver,
13
+
the candidate must demonstrate ownership and deep knowledge of the repository
14
+
through active maintainence, responding to and fixing issues, reviewing PRs,
15
+
test triage.
16
+
* Be part of the maintainers or admin group for the repository. admin is a
17
+
superset of maintainers, only maintainers level is required for cutting a
18
+
release. Membership can be requested by submitting a PR to kubernetes/org.
0 commit comments