Releases: GitTools/GitVersion
v4.0.0-beta.9
This release also fixes a possibility of gitversion never exiting. Ensure you update from beta.8
- #1100 - Caching to improve performance contributed by Daniel Rose (DanielRose)
- #1081 - Support setting Verbosity of GitVersion contributed by Thomas (tomap)
Commits: b4cd12c...d4801d7
v4.0.0-beta.8
- #1104 - Add Homebrew badge contributed by Asbjørn Ulsberg (asbjornu)
- #1102 - Feature branch does not pick up version contributed by Jake Ginnivan (JakeGinnivan)
- #1095 - Added quotes arround sourcesdirectory to support paths with spaces contributed by Christian Jungerius (chrisism)
- #1093 - Control when an attempt is made to upload releasenotes.md contributed by Gary Ewan Park (gep13)
- #1087 - Fixes #1053: exclude NCrunch ItemGroup when NCrunch not present contributed by Andrew Brown (AGBrown)
- #1075 - Build fails when VSTS Agent has a space character in it's working directory
- #1086 - Support for space character in the VSTS Agent working directory contributed by Johan Classon (johanclasson)
- #1085 - Use the Inherit strategy by default contributed by Daniel Rose (DanielRose)
- #1082 - Fixes #1053: exclude NCrunch ItemGroup when NCrunch not present contributed by Andrew Brown (AGBrown)
- #1078 - added rxui, akavache, splat :party: contributed by Geoffrey Huntley (ghuntley)
- #1072 - Remove no break space character that messes up header contributed by Marijn van der Zee (serra)
- #1070 - Use the first matched branch configuration contributed by Austen (cvpcs)
- #1058 - GH1057: Only run GitReleaseNotes if token exists contributed by Gary Ewan Park (gep13)
- #1056 - GH1055: Removed commas from tags section contributed by Gary Ewan Park (gep13)
- #1047 - Update version-increments.md contributed by Wesley Lomax (Wesley-Lomax)
- #1045 - Update libgit2sharp contributed by Warren Kaufman (discomurray)
- #1042 - Switch to NUnit3TestAdapter contributed by Max Raab (maxraab)
- #1040 - GitVersion fails to install in non-core project.json project
- #1041 - Move GitVersionTask into build directory contributed by Taylor Southwick (twsouthwick)
- #1037 - Add diag switch contributed by Jake Ginnivan (JakeGinnivan)
- #1009 - Add various tests for inheriting version numbers in feature branches. contributed by Daniel Rose (DanielRose)
- #1004 - Feature branch does not pick up version contributed by Max Raab (maxraab)
- #881 - Explicit branch match should override default config +enhancement
Commits: b74d49d...a88e863
v3.6.5
NCrunch fix
v4.0.0-beta.7
- Bug fix: This release fixes a issue with GitVersion where branch normalisation can move the HEAD which is being built by the build server. This only affects you if the branch you are building moves on between when your build is queued and when the build runs but is a pretty bad bug because you can build something which you didn't think you were building.
- Feature: When using Dynamic repositories, it is not safe to run concurrent builds on the same machine, GitVersion locks dynamic repositories while it is running.
- Breaking: This release also introduces branch config aliases, so rather than putting a regex as the key you can name it, and use the
regex
property. See docs at branch configuration
Issues:
- #1033 - Upgraded to newer GitTools.Core which fixes normalisation issues contributed by Jake Ginnivan (JakeGinnivan)
- #1032 - Fixed deployment script error contributed by Jake Ginnivan (JakeGinnivan)
- #1029 - Named branch configuration contributed by Jake Ginnivan (JakeGinnivan)
- #995 - Alias branch types in config
v3.6.4
This release fixes a issue with GitVersion where branch normalisation can move the HEAD which is being built by the build server. This only affects you if the branch you are building moves on between when your build is queued and when the build runs but is a pretty bad bug because you can build something which you didn't think you were building.
v3.6.3
v4.0.0-beta.5
- #1006 - Fixing exception when forward merging support branches into master wi… contributed by Jake Ginnivan (JakeGinnivan)
- #1002 - Add NuGetPreReleaseTag variable contributed by Guillaume Rouchon (qetza)
Commits: 2ed1ad7...ae26b81
v4.0.0-beta.4
Getting closer to a stable v4 release
- #1005 - Mainline fixes contributed by Jake Ginnivan (JakeGinnivan)
- #1003 - Add readme to the docs directory contributed by Asbjørn Ulsberg (asbjornu)
- #1001 - On develop startegy, if the develop branch and release merge base are the same version should not be bump
- #1000 - Develop version not bump if no new commit since release branch contributed by Guillaume Rouchon (qetza)
- #998 - Mainline mode support branches
- #991 - Add mainline to gitversion init
Commits: 08f882e...5265fad
v4.0.0-beta.3
This release makes a number of improvements to Mainline mode, including feature branches and pull requests will generate different versions for every commit.
- #997 - Mainline PR improvements contributed by Jake Ginnivan (JakeGinnivan)
- #990 - Update VSTS variable references in the docs contributed by Fredrik Johansson (frenkan)
- #989 - Mode and configuration documentation cleanup contributed by Asbjørn Ulsberg (asbjornu)
- #978 - Version calculation should not use tags from not merged branch contributed by (lerthe61)
- #976 - Improve documentation for commits-before configuration contributed by Pascal Berger (pascalberger)
Commits: 0d2afb9...b48a69c
v4.0.0-beta.2
This release fixes the same issues as v3.6.2 but for the v4 release.