diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 66c25efd0..a460377a9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,6 +1,9 @@ # This is an example .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com version: 2 +git: + # if there are more than one tag in the same commit. + tag_sort: -version:creatordate before: hooks: - go mod tidy