-
Notifications
You must be signed in to change notification settings - Fork 469
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
Programmatic Changelog Checking, Github #10381
Comments
If the bot is not involved fixing the changelog folder, ideally we shouldn't require a folder. maybe take an approach like in istio, where all release notes go in one folder? |
I really dont like the envoy strategy. That being said would be interested to chat more on the desired format. |
we discussed in slack but to summarize here - i don't care about the format; but rather the devex of moving the changloge file to the right folder mid-PR |
@nfuden |
Yeah but I like the basic vscode integration for lens |
+1 to @yuval-k's comment. Having to move the changelog entry around mid-pr is not great. If we get a chance to begin again I'd definitely like to go with something that avoids having to deal with those moves. |
I threw up a WIP enhancement for adopt k/k's style of changelog mangement: #10381. There are other alternatives to explore, but this felt like a reasonable balance. |
For the initial 2.0.0 release, we will rely on handcrafted release notes and look to implement the automated approach post-release |
Do you have a suggestion for code improvement or tracking existing technical debt? Please describe.
Changleog validation is a nice to have. Ideally its something that can be inspected and dealt with in github itself.
Describe the solution you'd like
Implement a changelog check in github actions.
ideally something like this that checks if there is a correct semver scoped issue for the branch in question
Additional Context
previously pre donation solo-io had a bot that would handle these events
Note that this is both part of #10363 and #10217
The text was updated successfully, but these errors were encountered: