GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
**Describe the bug** After installing GitVersion.MsBuild into a project, the project will no longer build, throwing the error: The Target "RunGitVersion" does not exist in the project The error is...
**Improve version sources so that builds from the main branch can have a proper ALPHA-version without breaking release branches** I find it very difficult to assign a version to the...
using GitVersion with [NukeBuild](https://github.com/nuke-build/nuke) in Gitlab pipeline is started for the current branch (for example, `dev`), but for my task, I need to additionally clone the `master` branch. I clone...
Version: GitVersion 5.10.3+Branch.support-5.x.Sha.bc9c9d003e655385e3dd1ba3bd013e04062d2f9b ``` dotnet-gitversion . /output buildserver /nofetch /updateassemblyinfo false /updateprojectfiles true dotnet-gitversion . /output buildserver /nofetch /updateassemblyinfo true /updateprojectfiles false ``` First command runs and updates the project...
**Describe the bug** When attempting to use the [dynamic repository](https://gitversion.readthedocs.io/en/latest/input/docs/more-info/dynamic-repositories/) feature in our Azure pipelines, we found that the dynamic repository was not getting updated, and therefore the calculated version...
**Is your improvement request related to a problem? Please describe.** I tried to solve a cryptic problem in Visual Studio for the better part of an hour. The error message...
**Describe the bug** Hello again dear GitVersion maintainers :) When getting the changes from the `develop` branch on top of an existing `release` branch, the commit counting of `develop` drops...
Hi, **Describe the bug** I'm facing an issue with GitVersion, I'm following the GitFlow strategy, this is my GitVersion file: ```yaml next-version: 3.0.0 update-build-number: true assembly-informational-format: '{SemVer}' branches: develop: tag:...
I've been reading and rereading the docs, to be honest I'm even finding it hard to understand exactly how you're supposed to use gitversion, and perhaps why... it's very unclear...
**Describe the bug** Failing to detect branch when GitHub action is triggered from a comment on the pull request ## Expected Behavior It should detect the branch name of the...