Replies: 1 comment
-
It would definitely make sense, I did something similar for other plugins like golang -> https://github.com/updatecli/updatecli/blob/main/pkg/plugins/resources/go/module/changelog.go I had a quick look to https://helm.sh/docs/topics/charts/ I think the helm changelog should be updated here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently managing the application upgrades using the helm chart version.
As the changelog for helm charts most of the times does not contain really valuable information about the application that it manages, I would like to include some information about the application changelog in the Pull request created by updatecli.
I though it could be nice to define some pipeline as:
I've tried some approaches using
githubrelease
with semver and regex filter with no luck.Is this something that updatecli can handle ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions