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
+6-6
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ Now we are ready to perform the release.
24
24
25
25
## Release
26
26
27
-
There are 2 options to release: via Github Action or by manul
27
+
There are 2 options to release: via GitHub Action or by manul
28
28
29
-
### Release via Github Action
29
+
### Release via GitHub Action
30
30
31
31
Maintainers meeting the following requirements will be able to perform automated
32
32
release:
@@ -36,21 +36,21 @@ release:
36
36
37
37
#### Fill in the release workflow inputs manually
38
38
39
-
The Github Action workflow [Release](https://github.com/kubernetes-client/c/actions/workflows/release.yml) will require three manual inputs:
39
+
The GitHub Action workflow [Release](https://github.com/kubernetes-client/c/actions/workflows/release.yml) will require three manual inputs:
40
40
41
41
* The branch on which the workflow runs, must be a release branch, e.g. `release-X.Y`
42
42
43
43
* The releasing version, must be a valid semver `X.Y.Z` (without "v" prefix).
44
44
45
-
* Dry-Run: Indicating whether the release job will push the generated tag to the release branch and actually do a Github release.
45
+
* Dry-Run: Indicating whether the release job will push the generated tag to the release branch and actually do a GitHub release.
46
46
47
47
Fill in the inputs, then click "Run" to start the job.
48
48
49
49
#### Release note, announcements
50
50
51
-
After the release job successfully finishes, we're supposed to see a git tag `vX.Y.Z` pushed to the release branch, a GITHUB release will also be packed on the tag.
51
+
After the release job successfully finishes, we're supposed to see a git tag `vX.Y.Z` pushed to the release branch, a GitHub draft release will also be packed on the tag.
52
52
53
-
In the end, don't forget to clarify the release notes on the GITHUB release.
53
+
In the end, manually update the release notes and publish the release on the GitHub release page.
0 commit comments