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

PR with failing test for issue #1671 There are two new tests. * A non-failing test that set a correct configuration for mainline development (master is-mainline=true) * A failing test...

bug
help wanted
failing test case

Rebase and conflict resolvement of #1261. Resolves #1261, fixes #1255.

help wanted
failing test case

Rebase and conflict resolvement of #1533. Resolves #1533, fixes #1525, fixes #1526.

bug
help wanted
failing test case

**Describe the bug** During interactive rebase, HEAD is detached and thus I am not able to build my project. I get the following error: > It looks like the branch...

bug

## Detailed Description `Increment` setting to "inherit" from incoming branch. I would like my `main` branch version increased, based on the settings of the branch being merged into it. ##...

feature

Hello to all, I'm trying to manually update the patch version with a commit message like this: _ "New class added. + Semver: patch" _ i am using ContinuousDeployment mode,...

bug

**Describe the bug** It appears that `track-merge-changes` does not work when combining `hotfix` and `support` branches. I have the following test ```csharp [Test] public void MyTest() { var config =...

bug

**Describe the bug** Hi there. I'm using the GitFlow branching strategy descripted on this page https://gitversion.net/docs/learn/branching-strategies/gitflow/examples. Because I want to ensure the stability of the develop direct committing is not...

bug

**Describe the bug** In a repository where commit A from `develop` is merged into `master` as commit B, GitVersion generates a different version for commit A if B is tagged...

bug

**Describe the bug** Updated to latest semantic versioning, and scripts taht worked in v4 and start of v5 is now broken. Have tried my own scripts, as several other ones...

bug