-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove v
in tags to enable automatic push to Terraform registry
#1081
Conversation
Hey @kayman-mk! 👋 Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process. Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE. The following ChatOps commands are supported:
Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command. This message was generated automatically. You are welcome to improve it. |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
44c317e
to
7b9d4ae
Compare
Configuration files created with |
Configuration tested with |
🤖 I have created a release *beep* *boop* --- ## [7.3.1](v7.3.0...7.3.1) (2024-02-08) ### Bug Fixes * remove `v` in tags to enable automatic push to Terraform registry ([#1081](#1081)) ([29da6ed](29da6ed)), closes [#1048](#1048) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Due to a major change in
release-please
our configuration was ignored and the tags created for a release started withv
. But the Terraform registry expects a semantic version only.This PR updates the
release-please
configuration to make it compatible with version 4.Closes #1048