GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
**Describe the bug** We are not getting build versions as desired when using mainline mode. Our GitVersion.yml is simply ``` mode: Mainline ``` ## Expected Behavior Some background: We have...
As noted in GitTools/build-images#3, the tag of the Docker image provided in the README on Docker Hub should preferably be equivalent to our latest released, stable, version. Keeping the README...
We are using `WeightedPreReleaseNumber` to create a unique and increasing version number. Everything works fine in principle. However, when releasing a new `beta` we need to manually change the `tag`...
GitVersion unnecessarily slows down the build process on solutions with many projects. ## Detailed Description GitVersion.exe has a performance problem when used in large solutions with several hundred projects. Even...
Executing command line GitVersion fails when run inside a Docker container on Windows 1809. This appears to be related to `PublishSingleFile` and specific Docker Windows images, as a manifestation of...
**Is your feature request related to a problem? Please describe.** GitVersion has some command line options that can't be passed via MSBuild task, making it impossible to e.g. use non-default...
Updated from 5.7.0 to 5.8.2 using chocolatey and now I receive the error message > The program can't start because api-ms-win-core-winrt-l1-1-0.dll is missing from your computer. Try reinstalling the program...
[Bug] Closing pull request from hotfix to support failed to inherit Increment branch configuration
The version chosen when closing a pull request from hotfix branch to support branch is wrong because gitversion doesn't choose the right parent branch. ### GitVersion.yml ```yaml mode: ContinuousDeployment branches:...
I was able to build and run GitVersion image locally but it fails in my pipeline on Azure Devops. I get the following error message: > An error occurred: It...
## Detailed Description This issue is our explorations of how the new CLI of GitVersion ~~6~~ 7 is going to look like. ### Design The new CLI is going to...