-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Automate parts of the release notes that are "constant" through a minor release #9852
Comments
/area release |
/triage accepted |
I can take this. |
/assign |
/priority backlog |
Since it's been a while unless someone is working on this - I can take it ^^ |
/assign |
Also if we have existing examples of doing this? Any direction is appreciated. Also I do wonder how useful this is as the given example of a constant section is the "support kubernetes versions" which is a pretty small copy and paste where automating might be overkill. Just a thought to ponder :) |
@kperath I believe automating the "constant" part will make the process easier while generating the release notes. ping me if you need any help and thanks for picking this up. |
I'm wondering if this is really worth the effort . This would add the effort of maintaining a file per release branch and add another bit of complexity (sounds like we would then have to run the release note generation on the release branch) |
Yes, I agree it will add more complexity rather than help in the release process. |
@adilGhaffarDev should we close this one? |
yes, let's close this one. |
/close |
@sbueringer: Closing this issue. 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-sigs/prow repository. |
Automate parts of the release notes that are "constant" through a minor release by reading from some file to populate the data. For example, the supported kubernetes versions can be maintained in a file on each release branch independently.
Carryover from: #9104
The text was updated successfully, but these errors were encountered: