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 ce1b0c5 commit 42babf8Copy full SHA for 42babf8
utils/util.go
@@ -19,6 +19,7 @@ import (
19
)
20
21
func GetAllGitTags() []*semver.Version {
22
+ slog.Info("get all tags")
23
var tagText = strings.TrimSpace(assert.Must1(RunOutput("git", "tag")))
24
var tags = strings.Split(tagText, "\n")
25
var versions = make([]*semver.Version, 0, len(tags))
0 commit comments