infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
72 stars 79 forks source link

Every merge of PR to master is creating a new patch tag #213

Open somashekhar opened 2 years ago

somashekhar commented 2 years ago

Issue: When a PR is merged to master branch it is creating a patch version bump by creating a tag. Which is not required as per release cycle followed by the development team.

Solution proposed The reason for the same is due to configuration in GitHub action which is set to patch. The reference of configurations can be found at. Changing the default setting to none can help not creating a tag until unless there is a release planned by the respective development team. Have proposed the same through a PR #212