-
Notifications
You must be signed in to change notification settings - Fork 83
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
Changelog #24
Comments
Hi @nikolaik I wonder whether it is worth it? The way the repository has been set up is that on every PR merge to I agree, it would be beneficial to link the PR itself to the release notes, however, it may have to be a manual effort that's needed as to automate this would be a bit of an effort - for very little pay off. |
Hi @ChrisJBurns totally agree that using too much effort on this is not worth it. If helm/chart-releaser#229 or similar functionality is merged to helm's chart-releaser, could using automatic changelogs from GitHub be an option? |
Something like that would be great (does depend on the ease of use though)! It will mean that one more thing is added to every PR, but I think it's not the end of the world, especially as it allows for users to see what's changed in the releases page. So either way, time is being saved for someone |
I'm sorry, I'm not sure I fully understand. As far as I know, the change introduced in #50 is tapping into the GitHub's (now) native automatic release note generator. So all that user has to do, is to provide a PR title. And that is not really a change, this was always needed. Or did I miss something? |
I believe that is what is supposed to happen aswell. chart-releaser uses this GitHub API to create a release with the |
Ahh, was my misunderstanding then :) I mistakenly assumed there'd be a release for the merge of PR but then just realised that nothing technically got released in the time this PR got merged. Ignore me :) |
Awesome work and great to see all the improvements to the repo!
I would love to see formatted changelogs for releases, like a list of merged PRs, to quickly spot any potential breaking changes. Especially since they can happen pretty frequent in the
0.x.x
time of developmentThe text was updated successfully, but these errors were encountered: