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.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Where `vX.X.X` is the release tag you'll be making.
36
36
Given the `vX.X.X` tag from above (which should not yet have been made) you can trigger release testing and creation of the tag with the following:
37
37
38
38
```console
39
-
$ GITHUB_TOKEN=<YOUR_TOKEN> GITHUB_ORG=kong GITHUB_REPO=kubernetes-testing-framework go run internal/ci/workflows/main.go release-testing.yaml main tag=vX.X.X
39
+
$ GITHUB_TOKEN=<YOUR_TOKEN> GITHUB_ORG=kong GITHUB_REPO=kubernetes-testing-framework go run internal/ci/workflows/main.go release-testing.yaml main vX.X.X
40
40
```
41
41
42
42
The above will start a workflow that runs the release tests, when they succeed the workflow will create the `vX.X.X` tag and then you can complete the release.
0 commit comments