helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
245 stars 71 forks source link

Release management: improve semantic versioning #77

Closed damyan closed 1 year ago

damyan commented 2 years ago

Present tag $MAJOR_VERSION (in this case: v2) pointing to the last released version. In that case all action consumers can stick to the v2 version, without needing to keep track of version changes with dependabot and updating their caller actions each time.

See also https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management for details.

cpanato commented 1 year ago

thanks, will apply that in the next release.