From 488c1a0d9ea2e374a5a67d3e39711f5a74f77f13 Mon Sep 17 00:00:00 2001 From: Abe Gong Date: Thu, 25 Jun 2026 14:43:28 -0600 Subject: [PATCH] goreleaser --- .goreleaser.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e1ff58cd..f3298bba 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -40,19 +40,12 @@ checksum: name_template: checksums.txt changelog: - sort: asc - filters: - exclude: - - "^docs:" - - "^test:" - - "^ci:" - - "^chore:" + disable: true release: draft: false prerelease: auto - # Attach the packaged skills (built by the `make skills` before-hook) to the - # Release, beside the binary archives and checksums. Placeholders never - # produce a .skill, so they are excluded automatically. + header: | + First public Katalyst release. extra_files: - glob: ./bin/*.skill