Closed TylerHelmuth closed 11 months ago
Passing the --generate-release-notes broke things. The fix is to ensure the upload command has the latest commit. The chart-releaser action solves this like so: https://github.com/helm/chart-releaser-action/blob/6203d709ca237fb26b724837f2c53716f244ee8c/cr.sh#L318C38-L318C64
--generate-release-notes
Which problem is this PR solving?
Passing the
--generate-release-notes
broke things. The fix is to ensure the upload command has the latest commit. The chart-releaser action solves this like so: https://github.com/helm/chart-releaser-action/blob/6203d709ca237fb26b724837f2c53716f244ee8c/cr.sh#L318C38-L318C64