How do I apply an RTM tag and release versions? MinVer consistently adds a prerelease versions to my releases #703
-
Hello all, I have reviewed the documentation deeply, and also have researched very much what a My use case is that I have a dotnet cli package that I need to iterate the versions: Such as: 1.1.1 Currently its: 1.1.1-alpha.0.2 I understand that if I want to increment the version, I can simply:
The issue is that How do I remove the pre-release tag? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
That is all that is required. If that isn't working, there must be something else wrong with your setup. It may be best if you push a project to GitHub which demonstrates your problem. |
Beta Was this translation helpful? Give feedback.
That is all that is required. If that isn't working, there must be something else wrong with your setup.
It may be best if you push a project to GitHub which demonstrates your problem.