GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
In GitLab (currently on `GitLab Enterprise Edition 14.11.0-pre bf8e20209d4`) and using the latest GitVersion available on DockerHub (`5.10.1`), if a branch has a name which contains the word `refs` such...
**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 and release branch direct...
**Describe the bug** The following test ```csharp [Test] public void With_numbered_release_branch() { using var fixture = new EmptyRepositoryFixture(); fixture.Repository.MakeACommit(); fixture.Checkout(MainBranch); fixture.Repository.ApplyTag("1.2.1"); fixture.BranchTo("develop"); fixture.Repository.MakeACommit("to be released"); fixture.BranchTo("release/1.3.0"); fixture.Repository.MakeCommits(1); fixture.Repository.ApplyTag("1.3.0-beta.1"); fixture.Checkout("develop"); fixture.Repository.MakeACommit("new...
**Describe the bug** ``` ERROR [04/18/22 16:49:40:48] An unexpected error occurred: System.InvalidOperationException: Gitversion could not determine which branch to treat as the development branch (default is 'develop') nor release-able branch...
**Describe the bug** 1) Checkout the support branch of this project ([Gitversion/support-branch](https://github.com/GitTools/GitVersion/tree/support/5.x)) 2) Change the GitVersion.yml to ``` mode: Mainline branches: {} ignore: sha: [ ] commits-before: 2023-04-10T01:00:00 #some date...
## Detailed Description GitVersion only has a JSON schema for the *output* JSON, but it lacks one for the *input* YAML/JSON config. ## Context I've found that going back and...
**Describe the bug** When I use mainline mode with master and hotfix branch it works fine unless I start tagging every commit. Imagine a hotfix branch is branched out from...
I am very happy with the options to configure the File/Assembly versions with GitVersion. But I have found no options to configure the NuGet Version. ## Detailed Description I'm using...
I have a C# code base that uses GitVersion.MsBuild. Sometimes my Jenkins build server gives me this error: GitVersion.BugException: GitVersion has a bug, your HEAD has moved after repo normalisation....