Skip to content

Commit

Permalink
fix: fix tag sorting in goreleaser (#2666) (#2667)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0611123)

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
mergify[bot] and MSalopek authored Jul 26, 2023
1 parent 6693168 commit 35cea9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ snapshot:

changelog:
skip: false

git:
# What should be used to sort tags when gathering the current and previous
# tags if there are more than one tag in the same commit.
#
# Default: '-version:refname'
# source: https://goreleaser.com/customization/git/
tag_sort: -version:creatordate

0 comments on commit 35cea9c

Please sign in to comment.