GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
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...
Rebase and conflict resolvement of #1261. Resolves #1261, fixes #1255.
Rebase and conflict resolvement of #1533. Resolves #1533, fixes #1525, fixes #1526.
**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...
## 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. ##...
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,...
**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 =...
**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...
**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...
**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...