From 592b7e85c68f68527b5a594d54955f82e8e08267 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 3 Jan 2024 15:04:34 +0200 Subject: [PATCH] specify the exact license and changelog files to include in the release archive --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 437c22e0..4d6c49f9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -51,8 +51,8 @@ archives: builds: [build_noncgo] format: zip files: - - LICENSE* - - CHANGELOG* + - LICENSE.md + - CHANGELOG.md checksum: name_template: 'checksums.txt'