GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
We need to review the [Ignore] unit tests before v6.0.0, there are a lot of tests in the TrunkBased folder
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)
[Bug] Ignoring a SHA in the configuration does not seem to exclude it from the version calculation
**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...
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...
## 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...
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,...
**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. ##...
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:...
**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 ```
**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...