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 165c128 commit 9099b3fCopy full SHA for 9099b3f
app/app.go
@@ -92,6 +92,8 @@ func (g GitSV) LastTag() string {
92
"for-each-ref",
93
fmt.Sprintf("refs/tags/%s", *g.Config.Tag.Filter),
94
"--sort",
95
+ "-version:refname",
96
+ "--sort",
97
"-creatordate",
98
"--format",
99
"%(refname:short)",
0 commit comments