monodeploy
monodeploy copied to clipboard
Minimum version of git (2.13) is required for last tag detection
Describe the bug
git 2.13 is required for last tag detection because of the --exclude argument of git describe. This is not documented anywhere and is an unexpected breaking change after prerelease support was added.
Expected behavior
Git 2.13 should be supported, and we should be testing with a minimum git version.