hashicorp / terraform-provider-helm

Terraform Helm provider
https://www.terraform.io/docs/providers/helm/
Mozilla Public License 2.0
989 stars 364 forks source link

Simplify past tags detection in release workflow #1387

Closed alexsomesan closed 2 weeks ago

alexsomesan commented 2 weeks ago

This change replaced the command used by the release workflow to detect existing tags with a simpler version based on git tag rather then git describe.

Description

Acceptance tests

Release Note

Release note for CHANGELOG:

N/A

References

Community Note