GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
Build Ubuntu 22.04 Docker image ## Description Related to https://github.com/GitTools/build-images/pull/4 ## How Has This Been Tested? All tests (except the one for dotnet 3.1) pass in the pipeline. As I...
**Describe the bug** Hello! We are using GitVersion with the GitFlow branching scheme. I'd expect that the feature branch started from a release branch has the same SemVer as the...
**Describe the bug** `+semver:feature` is not increasing the version when the previous commit also has `+semver:feature` My git repo looks like this (main branch) ``` commit | message | gitversion...
**Describe the bug** A clear and concise description of what the bug is. ## Expected Behavior I'm expecting the minor version to stay the same as the one dictated by...
I know that this topic was mentioned before but I stills not understand why I have errors so before close please read to end :) I also want to mention...
## Description Filter on tags on prefix or regex, to make it possible to use multiple git versions in one repository. ## Related Issue Resolves #2436 https://github.com/sebastienwarin/GitVersion/commits/feature/pathfilters ## Motivation and...
## Description Added a unit test for investigating branch versioning issues, as prompted by @asbjornu in the discussion of #2454. ## Related Issue #2454 ## Motivation and Context The test...
## Description ## Related Issue Maybe https://github.com/GitTools/GitVersion/issues/1967 ## Motivation and Context The combination of repos with detached head (like on buildservers) with the /nonormalize parameter did not work. ## How...
## Description Unsuccessfully attempting to customize GitVersion to handle mainline versioning as shown in this sequence diagram . I would prefer to use a "support" branch rather than...
Dear Reviewers, Please take a look at the discussion here : https://github.com/GitTools/GitVersion/issues/2798 TL;DR : I'm proposing we use the `BaseVersionSource` of `Tags` before `MergeMessage`, if there are any. I think...