GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
The GitVersion executable currently returns `1.0.0` when invoked with the `-version` argument. We have no tests for this, so this PR adds such a test. We need to figure out...
Added test asserting that merging changes on remote main with change in local main should increment semver for all commits in both remote and local main. ## Related Issue #2739...
Replace int.Parse() with int.TryParse() This is to prevent the tool failing with an overflowing value. ## Description If a tag has a suffix which is a numeric value larger than...
For background, please see bug #2693
## Description By the definition in the documentation it seems that the Hotfix branches should by default have **is-release-branch** set to **true**. Discussion can be followed at https://github.com/GitTools/GitVersion/issues/2336. This change...
Created new test checking if a Hotfix branch name works correctly as version source. ## Description Hotfix branch name doesn't work as version source. Test scenario was added to provide...
New CLI
## Description This is the PR for our new CLI. Resolves #2275. Please discuss the implementation there and not in this pull request. ## Related Issue #358, #428, #598, #572....
Failing tests for #1802. Closes #1802. Reopen of #1947
This PR consists of the new unit test that reproduces an issue #2034 StackOverflow exception while using increment: Inherit config, and branches merging
Failing Unit Test for Issue #1844. Tests that the version is bumped after a prerelease tag when not doing so would put them out of order