GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
### Context We are trying to merge a solution that build nuget packages from one repo to another. This repo already has a tagging structure for other nuget packages. we...
The new integration support for Atlassian's BitBucket Pipelines CI/CD system is not working as expected. ## Expected Behavior GitVersion should detect that it is running on BitBucket Pipelines (by the...
**Is your improvement request related to a problem? Please describe.** It appears that the 'gittools' team maintain the Chocolatey package 'GitVersion' which is makred as 'Obsolete'. Given there is no...
**Describe the bug** In our Azure DevOps Pipeline, we are trying to specify the path to an externalized GitVersion.yaml which is in the Resources repo we also use for ADO...
**Description** Below command is failing on Gitlab /tools/dotnet-gitversion /url $CI_REPOSITORY_URL /b $CI_COMMIT_REF_NAME /c $CI_COMMIT_SHA /verbosity Verbose ## Inner exeption ``` INFO [04/13/22 11:57:18:92] Applicable build agent found: 'GitLabCi'. INFO [04/13/22...
**Describe the bug** Gitversion fails if invoked in a submodule of a worktree ## Expected Behavior It should use the correct path from the submodules `.git` file ## Actual Behavior...
Hi, There is an issue calling GitVersion via command line on Azure DevOps Server (TFS) 2018 and older. Apparently these versions of TFS do not have the capability of setting...
I would like to be able to configure the fallback version (0.1.0) in the GitVersion.yml to specify the first version when there is no tag on the git repository. In...
The dotnet tool and the Azure Pipeline task are producing different outputs given the same input. Given a Git graph of: ``` commit (HEAD) commit (tag: v2.0.11) ... ``` And...
Hi. This report is perhaps not quite a bug report but rather a question which I could not find an answer for hence I am posting it here. I have...