Unable to increase version #4388
-
Prerequisites
GitVersion packageGitVersion.MsBuild GitVersion version6.1.0 Operating systemWindows What are you seeing?I have created a new project and installed the GitVersion.Msbuild nuget package, next i tried to do some commit anso with the message "+semver: minor" but everytime it produce me a package using last version as 0.0.0 here a cronological example:
What is expected?to automatically increase using the really last version Steps to Reproducei just created a c# .NET8 library project and installed the 6.1.0 version of GitVersion.Msbuild then create a local git and try to do some commit as described above or use my test project uploaded here. RepositoryFixture TestNo response Output log or link to your CI build (if appropriate). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please see the use case diagram at GitFlow Examples. The version remains until you are releasing it to production by tagging the commit. Happy Branching! |
Beta Was this translation helpful? Give feedback.
Please see the use case diagram at GitFlow Examples. The version remains until you are releasing it to production by tagging the commit.
Happy Branching!