From bc7d65cf3393264d29a992efcc8cd47402fe0d88 Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Tue, 30 Apr 2024 14:50:59 -0600 Subject: [PATCH] ci: Testing GoReleaser configuration. --- .goreleaser.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d25a7ca..530b294 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -112,7 +112,6 @@ changelog: # https://goreleaser.com/customization/source/ source: - rlcp: true enabled: true name_template: '{{ .ProjectName }}-src' format: tar.gz @@ -120,7 +119,6 @@ source: # https://goreleaser.com/customization/archive/ archives: - id: 'linux-archive' - rlcp: true builds: - linux allow_different_binary_count: false @@ -133,7 +131,6 @@ archives: }}{{ end }}' - id: 'windows-archive' - rlcp: true builds: - windows allow_different_binary_count: false @@ -146,7 +143,6 @@ archives: }}{{ end }}' - id: 'macos-archive' - rlcp: true builds: - macos-universal allow_different_binary_count: false