-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable release notes automation #142
Enable release notes automation #142
Comments
Seems like a great idea |
Here's one sample invocation:
Would be nice to potentially add something like this into our release tools repo and have it pick up from a particular tag. |
/help |
@msau42: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
What's remaining to be done? cluster-driver-registrar is deprecated and the other repos have a PR template. |
I think having a script in csi-release-tools to generate the params to the tool would be nice |
Something doesn't seem right right the release tool generator. When I ran:
it picked up a bunch of release notes from commits that we already released in 1.3.0 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
This seems mostly resolved. I believe the remaining work is to make this more automated with a script. |
It's hard to keep track of changes between releases and compose correct CHANGELOG.
Proposal:
Add PR template to all kubernetes-csi repos. Template of the template: Add PR template external-attacher#139. It's slightly trimmed version of kubernetes/kubernetes template with removed links to Kubernetes specific docs.
Enable release-notes bot in prow that will nag people to fill
```release-note
(same as in kubernetes/kubernetes).PR reviewers/approvers must ensure that
```release-note
is filled in PRs where is makes sense.Use release-notes tool to generate CHANGELOG from
```release-note
,```release-note Action required:
and/kind {feature|bug}
in PRs. See Kubernetes 1.11 - we won't get SIG sections, but the rest should be similar. Some manual editing is still required (deprecations?).@kubernetes-csi/csi-misc
The text was updated successfully, but these errors were encountered: