Skip to content

Commit aa98292

Browse files
authored
Merge pull request #340 from hyperledger/fix_go_releaser
Sort Git tag by date in goreleaser
2 parents db6ed1e + 8ac948d commit aa98292

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
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)