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

**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...

bug

**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...

improvement

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...

bug

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...

bug

**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...

bug

**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...

improvement

**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...

bug

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:...

feature

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...

documentation

**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...

bug