Open wmcnamee-coreweave opened 4 months ago
It's using GH's generated changelog via chart-releaser
. The changelog diff does not seem configurable, so I guess this is on GH interpreting tag order incorrectly. Might be not handling monorepos well?
Probably worth a GH support ticket cc @yu-croco @mkilchhofer @jmeridth
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
This release shows this link: Full Changelog: https://github.com/argoproj/argo-helm/compare/argocd-image-updater-0.10.1...argo-cd-7.0.0
The real diff is this: https://github.com/argoproj/argo-helm/compare/argo-cd-6.11.1...argo-cd-7.0.0
which to be honest, doesn't really make much sense. I'd expect to see
argcd-6.11.1...argo-cd-7.0.0
. This seems to apply across all charts in this monorepo. :(Related helm chart
argo-cd, argo-events, argo-rollouts, argo-workflows, argocd-image-updater, argocd-apps
Helm chart version
7.0.0
To Reproduce
go to https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.0.0
Expected behavior
the changelog points to current and previous tags for the relevant chart.
Screenshots
Additional context
No response