File tree 1 file changed +7
-2
lines changed
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>`.
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.
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
+ ```
57
62
* For new minor releases on master:
58
- ```
63
+ ```bash
59
64
GITHUB_TOKEN=<token > release-notes --discover=mergebase-to-latest
60
65
--github-org=kubernetes-csi --github-repo=external-provisioner
61
66
--required-author="" --output out.md
62
67
```
63
68
* For new patch releases on a release branch:
64
- ```
69
+ ```bash
65
70
GITHUB_TOKEN=<token > release-notes --discover=patch-to-latest --branch=release-1.1
66
71
--github-org=kubernetes-csi --github-repo=external-provisioner
67
72
--required-author="" --output out.md
You can’t perform that action at this time.
0 commit comments