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: content/docs/contributing/release-process.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ current releases and the timeline for future releases, take a look at the
14
14
following conditions:
15
15
16
16
1. The relevant [testgrid dashboard](https://testgrid.k8s.io/cert-manager) should not be failing for the release you're trying to perform.
17
-
2. The release process **takes about 40 minutes**. You must have time to complete all the steps.
18
-
3. You need to have the GitHub `admin` permission on the cert-manager project.
17
+
2. The cert-manager [`govulncheck` GitHub Action](https://github.com/cert-manager/cert-manager/actions/workflows/govulncheck.yaml) must be passing on the branch you're trying to release. If necessary, run `make verify-govulncheck` locally.
18
+
3. The release process **takes about 40 minutes**. You must have time to complete all the steps.
19
+
4. You need to have the GitHub `admin` permission on the cert-manager project.
19
20
To check that you have the `admin` role, run:
20
21
21
22
```bash
@@ -29,7 +30,7 @@ following conditions:
29
30
PR](https://github.com/jetstack/platform-board/pulls/new) with a link to
30
31
here.
31
32
32
-
4. You need to be added as an "Editor" to the GCP project
33
+
5. You need to be added as an "Editor" to the GCP project
0 commit comments