File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,19 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
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.
57+ * Clean up old cached information (also needed if you are generating release
58+ notes for multiple repos)
59+ ```bash
60+ rm -rf /tmp/k8s-repo
61+ ```
5762 * For new minor releases on master:
58- ```
63+ ```bash
5964 GITHUB_TOKEN=<token > release-notes --discover=mergebase-to-latest
6065 --github-org=kubernetes-csi --github-repo=external-provisioner
6166 --required-author="" --output out.md
6267 ```
6368 * For new patch releases on a release branch:
64- ```
69+ ```bash
6570 GITHUB_TOKEN=<token > release-notes --discover=patch-to-latest --branch=release-1.1
6671 --github-org=kubernetes-csi --github-repo=external-provisioner
6772 --required-author="" --output out.md
You can’t perform that action at this time.
0 commit comments