franckverrot / terraform-provider-stripe

A Terraform Provider for Stripe
https://registry.terraform.io/providers/franckverrot/stripe/latest
Mozilla Public License 2.0
242 stars 51 forks source link

Please consider retagging with Go Modulex prefix #29

Closed SamWhited closed 4 years ago

SamWhited commented 4 years ago

Hi, I've noticed that recent tags to this project don't have the "v" prefix, ie. the tag is 1.4.0 unlike 1.2.0 which was tagged v1.2.0. Please consider adding tags with the v prefix, both so that they can be recognized by Go Modules, and also so that package maintainers building this library have a consistent way to reference releases. Thanks for your time and consideration!

franckverrot commented 4 years ago

Oh snap, thanks for reporting this... I've been very inconsistent here 🤦

I'm releasing v1.5.0 right now, do you want me to also release v1.4.0 or we're good?

Sorry if this has been painful, I'll do better from now on!

SamWhited commented 4 years ago

If you could add a tag with v1.4.0 that would be very convenient if possible; thanks. Something like: git tag v1.4.0 1.4.0 should do the trick. If it would cause other problems or just clutter the repo though, I completely understand. Thanks for your help.

franckverrot commented 4 years ago

Haha no worries, done. This repo is everything but cluttered 😅

Thanks for the feedback, really appreciated! Hope it's good now.