From 49968aadf8910e4a90914857827de2e38c0f56be Mon Sep 17 00:00:00 2001 From: Robin Diddams Date: Wed, 17 Sep 2025 13:03:23 -0500 Subject: [PATCH] Dont sort releases by commit msg --- .goreleaser.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 84799803..d11eb3de 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -24,7 +24,7 @@ builds: archives: - id: "agentuity" - formats: ['tar.gz'] + formats: ["tar.gz"] # this name template makes the OS and Arch compatible with the results of `uname`. name_template: >- agentuity_ @@ -41,7 +41,6 @@ snapshot: version_template: "{{ incpatch .Version }}-next" changelog: - sort: asc filters: exclude: - "^docs:"