Skip to content

Commit 9778c84

Browse files
authored
chore: sort git tag by date when multiple tags bind to one commit (#1984)
Signed-off-by: Keming <kemingyang@tensorchord.ai>
1 parent 9065cd3 commit 9778c84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This is an example .goreleaser.yml file with some sensible defaults.
22
# Make sure to check the documentation at https://goreleaser.com
33
version: 2
4+
git:
5+
# if there are more than one tag in the same commit.
6+
tag_sort: -version:creatordate
47
before:
58
hooks:
69
- go mod tidy

0 commit comments

Comments
 (0)