File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 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>`.
5050## Release Process
51511 . Identify all issues and ongoing PRs that should go into the release, and
5252 drive them to resolution.
53- 1 . Download [ K8s release notes
53+ 1 . Download v2.8+ [ K8s release notes
5454 generator] ( https://github.com/kubernetes/release/tree/master/cmd/release-notes )
55551 . Generate release notes for the release. Replace arguments with the relevant
5656 information.
@@ -62,13 +62,10 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
6262 ```
6363 * For new patch releases on a release branch:
6464 ```
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
6766 --github-org=kubernetes-csi --github-repo=external-provisioner
6867 --required-author="" --output out.md
6968 ```
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.
72691 . Compare the generated output to the new commits for the release to check if
7370 any notable change missed a release note.
74711 . Reword release notes as needed. Make sure to check notes for breaking
You can’t perform that action at this time.
0 commit comments