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

We need to review the [Ignore] unit tests before v6.0.0, there are a lot of tests in the TrunkBased folder

improvement

We need to promote the `PublicAPI.Unshipped.txt` to `PublicAPI.Shipped.txt` using [mark-shipped.ps1](https://github.com/GitTools/GitVersion/blob/55b67a289be6f9f3fd113c854276cca1c064e706/src/mark-shipped.ps1)

documentation

**Describe the bug** I may be confused about how this feature works, but when trying to `ignore` a given SHA (or a `commit-befores` date) from the version calculation, it seems...

bug

The init wizard was removed in v6. This issue exists to track that a full revamp of the init wizard needs to be done to support the user who are...

feature
help wanted

## Detailed Description We need to consider somehow the IGitVersionConfiguration::Ignore property when bumping the version number using existing git tags. ## Context ## Possible Implementation The implemenatation needs to be...

feature

Currently the GitVersion to support gitflow requires all the branches to be local in-order to get the correct version. This is not an issue when working on individual dev machines,...

bug

**Describe the bug** GitVersion fails with a `GitVersion.BugException` when pushing new commits to a running pipeline branch. The error message suggests that the HEAD moves unexpectedly during repo normalization. ##...

feature
stale

mode: ContinuousDelivery assembly-versioning-scheme: MajorMinorPatch assembly-file-versioning-scheme: MajorMinorPatch tag-prefix: '[vV]' continuous-delivery-fallback-tag: ci major-version-bump-message: '\+semver:\s?(breaking|major)' minor-version-bump-message: '\+semver:\s?(feature|minor|feat|enh|enhance|update)' patch-version-bump-message: '\+semver:\s?(fix|patch|hotfix|bugfix|quickfix)' no-bump-message: '\+semver:\s?(none|skip)' legacy-semver-padding: 4 build-metadata-padding: 4 commits-since-version-source-padding: 4 tag-pre-release-weight: 60000 commit-message-incrementing: Enabled branches: develop:...

improvement

**Is your improvement request related to a problem? Please describe.** I'm using `Directory.Build.props` to manage projects, is there a command like this? ```shell dotnet gitversion /updateprojectfiles Directory.Build.props ```

improvement
stale

**Describe the bug** Using the windows build of gitversion, the option "/c" for selecting a specific commit id doesn't do anything. Still the latest commit is selected. Also, to see...

bug