GitVersion icon indicating copy to clipboard operation
GitVersion copied to clipboard

From git log to SemVer in no time

Results 230 GitVersion issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Rebuilding the WPF App project with Resource Dictionary gets 'File contains assembly version attributes which conflict with the attributes generated by GitVersion obj\Debug\AssemblyInfo.g.cs' warning. This may be...

bug

gitversion seems to pick the wrong base version, when using git flow while tagging on develop. I created a demo project in the following manner: A master branch and a...

bug

**Is your improvement request related to a problem? Please describe.** It would be nice to have a support for {Sha} / {ShortSha} variables inside 'tag' property in GitVersion.yml. ## Detailed...

improvement

**Describe the bug** When migrating from GitVersionTask to GitVersion.MsBuild it is no longer possible to have a git version configuration per solution in a repository containing multiple solutions. We have...

bug

**Is your improvement request related to a problem? Please describe.** Sometimes it is hard to understand why a version is calculated, the verbose and diagnostic log messages usually help with...

improvement

**Describe the bug** With Mainline mode, I am able to create duplicate semver. I create N local commits. Somebody pushes N + 1 commits before I push mine. The merge...

bug

## Description of issue I have added GitVersion.MsBuild.5.8.1to my GUI.csproj (contained in a Visual Studio 2017 solution with many projects). My .yml contains the line run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}...

bug

**Describe the bug** I have a topic branch named `change-versioning` with `origin/master` set to my remote tracking branch. When I only have one remote (named `origin`) everything works fine. However,...

bug

**Is your improvement request related to a problem? Please describe.** When re-building a commit in history, I often fail to remember to comment the `GitVersion.MsBuild` package reference from my project....

improvement

**Describe the bug** I'm struggling to control the behaviour of GitVersion with respect to incrementing different parts of the version number. It appears to me that the configuration option named...

bug