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

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...

failing test case

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...

improvement

For background, please see bug #2693

failing test case

## 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...

breaking 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...

help wanted
failing test case

## 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....

breaking change
feature
improvement
pinned

Failing tests for #1802. Closes #1802. Reopen of #1947

bug
help wanted
failing test case

This PR consists of the new unit test that reproduces an issue #2034 StackOverflow exception while using increment: Inherit config, and branches merging

bug
help wanted
failing test case

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

bug
help wanted
failing test case