We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9065cd3 commit 9778c84Copy full SHA for 9778c84
.goreleaser.yaml
@@ -1,6 +1,9 @@
1
# This is an example .goreleaser.yml file with some sensible defaults.
2
# Make sure to check the documentation at https://goreleaser.com
3
version: 2
4
+git:
5
+ # if there are more than one tag in the same commit.
6
+ tag_sort: -version:creatordate
7
before:
8
hooks:
9
- go mod tidy
0 commit comments