Navigation Menu

Skip to content

Commit

Permalink
Update Cut Release issue template to use krel stage/release
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii committed Dec 1, 2020
1 parent d340b3b commit 92f27fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/cut-release.md
Expand Up @@ -41,11 +41,11 @@ Platform: linux/amd64

| Step | Command | Link | Start | Duration | Succeeded? |
| --- | --- | --- | --- | --- | --- |
| Mock stage | `krel gcbmgr --stage [arguments]` | <!-- link-to-MOCK-gcb-stage-run --> | | | |
| Mock release | `krel gcbmgr --release [arguments]` | <!-- link-to-MOCK-gcb-release-run --> | | | |
| Stage | `krel gcbmgr --stage [arguments]` | <!-- link-to-REAL-gcb-stage-run --> | | | |
| Mock stage | `krel stage [arguments]` | <!-- link-to-MOCK-gcb-stage-run --> | | | |
| Mock release | `krel release [arguments]` | <!-- link-to-MOCK-gcb-release-run --> | | | |
| Stage | `krel stage [arguments]` | <!-- link-to-REAL-gcb-stage-run --> | | | |
| Image Promotion | `krel promote-images -i --fork=[your-github-user] --tag=[version]` | <!-- link-to-k8s.io-PR --> | | | |
| Release | `krel gcbmgr --release [arguments]` | <!-- link-to-REAL-gcb-release-run --> | | | |
| Release | `krel release [arguments]` | <!-- link-to-REAL-gcb-release-run --> | | | |
| Cut packages <!-- not required for pre-releases (alpha, beta, rc) --> | -- | -- |  | | |
| Notify | -- | <!-- link-to-kubernetes-announce-list-thread --> |  | -- | |

Expand Down

0 comments on commit 92f27fc

Please sign in to comment.