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

## Description Changed the public method `ExcludingBranches` of `IRepositoryStore` adding an optional parameter `bool excludeRemotes = false`, it this way it should be backward compatible, actual calls to it like...

**Describe the bug** Running the gitversion calculation on a PR pull branch from Hotfix to Main result to a minor increment instead of a patch increment. Here is some diagnostic...

bug

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.0.0 to 12.0.1. Release notes Sourced from YamlDotNet's releases. Release 12.0.1 Update GitGub token Merge pull request #707 from EdwardCooke/ec-updategithubtemplates Removed on-hold notices from the issue templates...

dependencies

## Description Previously commits where only ignored (by SHA or date) in one place when getting the base versions. The info if a commit is ignored or not is now...

**Describe the bug** When trying to run GitVersion in GithubActions, I get "Not a correct expected value!" Errors. ## Expected Behavior GitVersion produces a Version with no errors. ## Actual...

bug

Having gitversion set environment variables `GITVERSION_[NAME]=value` be helpful. `gitversion /setenvironmentvariables` Also, would be nice to modify the format of the output. Instead of JSON, using a flatter `NAME=value` would be...

**Describe the bug** When trying to use this tool with Jenkins (2.361.1), when I try to generate the next version. I get an error about `LibGit2Sharp.LibGit2SharpException: ref '...' doesn't match...

bug

This PR is only here to demonstrate my problem described in the discussion https://github.com/GitTools/GitVersion/discussions/3177

**Describe the bug** Running the gitversion calculation on a PR pull branch from Hotfix to Main result to a minor increment instead of a patch increment. Here is some diagnostic...

**Describe the bug** Following an RC release tag version, e.g.`v1.0.0-rc.2` incremented prerelease values are reset and appear to be based upon only the commit count since the release. This breaks...

bug