GitVersion
GitVersion copied to clipboard
From git log to SemVer in no time
## Description This PR changes the behavior of `commit-message-incrementing` when using commits that matches both `*-version-bump-message` and `no-bump-message`. `no-bump-message` now takes precedence over `*-version-bump-message`. ### Previous Behavior Commits that match...
**Describe the bug** My team's build agents sometimes slow down, meaning that new commits are checked into our main branch before old ones have been built. I'm noticing that when...
In GitVersion, a [`tag`](http://gitversion.readthedocs.io/en/latest/configuration/#tag) is not the same thing as a Git tag, which I find a bit confusing. Wanting to reference a **Git tag** and use it as the...
## Description The initial point here is that we need to refactor the approach of determining the EffectiveConfiguration of a branch. If you ask me it should be dynamic dependent...
## Description With padding set, the `nugetprereleasetag` does not match the `nugetversionv2` ``` legacy-semver-padding: 3 build-metadata-padding: 3 commits-since-version-source-padding: 3 ``` ## Expected Behavior ```json "NuGetVersionV2": "0.1.1-ci011", "NuGetVersion": "0.1.1-ci011", "NuGetPreReleaseTagV2": "ci011",...
Bumps [Buildalyzer](https://github.com/daveaglick/Buildalyzer) from 4.1.4 to 4.1.5. Release notes Sourced from Buildalyzer's releases. 4.1.5 Added a BuildEnvironment.NoAutoResponse option to control whether the /noAutoResponse argument is set, with a default of true...
## Detailed Description It seems like when both `no-bump-message` and `*-version-bump-message` are matched, the version bump wins. **Is that the intended behavior?** ## Context I configured the `*-version-bump-message` to follow...
I'm trying to create a GitVersion config for [GitLab Flow](https://docs.gitlab.com/ee/workflow/gitlab_flow.html). In GitLab Flow *master* is effectively the *development* branch and the *production* branch resembles *master* in Git Flow. Since GitLab...
**Describe the bug** Hi, I'm trying the get the right version on my release branch, the release name doesn't respect the pattern used to retrieve the version, my branch name...
**Describe the bug** I've installed gitversion on two instances of macos (Monterey, Big Sur) via `brew install gitversion`. Home brew reports its pouring cask `5.x` as expected, but when I...