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** When using GitVersion.MsBuild with a legacy .csproj that uses packages.config to reference NuGet packages and then running **msbuild /t:restore** after a clean checkout (**git clean -fxd**), then...

bug

Currently, the term `VersionSource` is used both for calculation of the SemVer and for commit counting. The `VersionSource` output variables all point to the the source used for commit counting,...

breaking change
improvement
help wanted

### Discussed in https://github.com/GitTools/GitVersion/discussions/2818 Originally posted by **anderson-dev** August 19, 2021 I'm using mainline versioning mode where my feature branches increment by minor. In my scenario below, pull request version...

**Describe the bug** When multiple repos are checked out in Azure DevOps build pipeline, the GitVersion task was not able to run under one of the specified repo. ## Build...

bug

**Describe the bug** For a branch named like `release/PWB-1234_Description-1`, the `FullSemVer` version generated by GitVersion is broken (`1.0.0-PWB1782-Phase.50`). The format that seems to apply: - Underscore is replaced by hyphen...

bug

When on develop and using Bitbucket Pipelines and gitversion from a docker container, the branch can not be evaluated and (no branch) is shown in the diag log. If the...

bug

Currently, the environment variable `GIT_BRANCH` is used to override which branch the `GitPreparer` uses for its logic. This PR expands that usage to the entire codebase by moving the logic...

Hi Everyone, this might be also a problem of understanding what should happen but I also experienced unusual behaviour between two recent versions of gitversion (5.6.4 and 5.6.6). I was...

bug

I'm not entirely sure how it works, but when called from azure devops it updates pipeline version to current "FullSemVer" I suspect it has to do with /output buildsystem and...

breaking change
feature