Skip to content

Commit 8ac948d

Browse files
committed
Sort Git tag by date in goreleaser
Signed-off-by: Enrique Lacal <[email protected]>
1 parent db6ed1e commit 8ac948d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ changelog:
4747
- "^test:"
4848
release:
4949
prerelease: auto
50+
git:
51+
# Sort Git tags by date, the default behaviour lists release candidates first regardless of date
52+
tag_sort: -version:creatordate

0 commit comments

Comments
 (0)