rancher / aks-operator

Azure Kubernetes Service operator for Rancher
Apache License 2.0
9 stars 29 forks source link

[v2.7] ci: Specify the exact tag for the new release #600

Closed yiannistri closed 3 months ago

yiannistri commented 3 months ago

What this PR does / why we need it:

Specify the exact tag for the new release. This is necessary because by default, goreleaser sorts tags by name before selecting which tag to release, which causes problems when >1 tags point to the same commit (un-rc process). From https://goreleaser.com/cookbooks/set-a-custom-git-tag/

Which issue(s) this PR fixes Issue #596

Special notes for your reviewer:

Checklist: