Skip to content

Commit 6f2322e

Browse files
committed
Update patch release notes generation command
1 parent ea1f94a commit 6f2322e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

SIDECAR_RELEASE_PROCESS.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
5050
## Release Process
5151
1. 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)
5555
1. 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.
7269
1. Compare the generated output to the new commits for the release to check if
7370
any notable change missed a release note.
7471
1. Reword release notes as needed. Make sure to check notes for breaking

0 commit comments

Comments
 (0)