Skip to content

Commit

Permalink
fix: fix tag sorting in goreleaser (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Jul 26, 2023
1 parent 1ff7c9c commit 0611123
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 0611123

Please sign in to comment.