We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f376e commit 52dc02bCopy full SHA for 52dc02b
1 file changed
src/TurnerSoftware.BuildVersioning.Tool/GitCommandRunner.cs
@@ -42,6 +42,6 @@ private string RunCommand(string command)
42
}
43
44
45
- public string GitDescribe() => RunCommand("describe --tags --abbrev=7 --always");
+ public string GitDescribe() => RunCommand("describe --tags --abbrev=7 --always --long");
46
47
0 commit comments