From 4fce8b537b323d284b87dc20d1975999ac31b1ac Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Mon, 16 Sep 2024 09:51:53 +0200 Subject: [PATCH] fix(goreleaser): use latest tag when two tags point to the same commit Signed-off-by: Aldo Lacuku --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index a335325a..2ef05a2a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -47,3 +47,6 @@ release: changelog: use: github-native + +git: + tag_sort: -version:creatordate