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.
2 parents b660826 + 4f17415 commit 4a92261Copy full SHA for 4a92261
.goreleaser.yml
@@ -4,6 +4,10 @@ before:
4
hooks:
5
# TODO: don't tidy beforehand to avoid current ambiguous import error
6
# - go mod tidy
7
+git:
8
+ # What should be used to sort tags when gathering the current and previous
9
+ # tags if there are more than one tag in the same commit.
10
+ tag_sort: -version:creatordate
11
builds:
12
- env:
13
# goreleaser does not work with CGO, it could also complicate
0 commit comments