helm / kind-action

A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
306 stars 76 forks source link

Release management: improve semantic versioning #51

Closed damyan closed 2 years ago

damyan commented 2 years ago

Present tag $MAJOR_VERSION (in this case: v1) pointing to the last released version. In that case all action consumers can stick to the v1 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 2 years ago

sounds good will do that thanks!

https://github.com/helm/kind-action/releases/tag/v1