File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
50
50
## Release Process
51
51
1 . Identify all issues and ongoing PRs that should go into the release, and
52
52
drive them to resolution.
53
- 1 . Download [ K8s release notes
53
+ 1 . Download v2.8+ [ K8s release notes
54
54
generator] ( https://github.com/kubernetes/release/tree/master/cmd/release-notes )
55
55
1 . Generate release notes for the release. Replace arguments with the relevant
56
56
information.
@@ -62,13 +62,10 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
62
62
```
63
63
* For new patch releases on a release branch:
64
64
```
65
- GITHUB_TOKEN=<token > release-notes --branch=release-1.1
66
- --start-rev=v1.1.1 --end-sha=f0a9219b29cc9053047c39d149ce9b22bc7b918b
65
+ GITHUB_TOKEN=<token > release-notes --discover=patch-to-latest --branch=release-1.1
67
66
--github-org=kubernetes-csi --github-repo=external-provisioner
68
67
--required-author="" --output out.md
69
68
```
70
- * ` --start-rev ` should point to the last patch release from the release branch.
71
- * ` --end-sha ` should point to the latest commit from the release branch.
72
69
1 . Compare the generated output to the new commits for the release to check if
73
70
any notable change missed a release note.
74
71
1 . Reword release notes as needed. Make sure to check notes for breaking
You can’t perform that action at this time.
0 commit comments