go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
404 stars 43 forks source link

Make the v tag prefix optional #118

Closed cliedeman closed 2 years ago

cliedeman commented 2 years ago

Nuget package versions disallow the v prefix.

Add a config option to omit this

https://docs.microsoft.com/en-us/nuget/concepts/package-versioning

cliedeman commented 2 years ago

Look at this again and its really not worth it. I will rather just strip the v prefix when trigger the nuget publish and keep the tags v prefixed