From 6c7a7a815745a91f2cbff66a10ef453245690308 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Tue, 26 Sep 2023 15:51:36 -0400 Subject: [PATCH] goreleaser: don't include docs.zip in release The docs.zip file should not be part of the release as it is no longer generated nor required to build the docs for a plugin. Keeping this in the releaser config caused the release to fail before the artifacts were updated, leading to a corrupted release. --- .goreleaser.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2a2e43e..f9dbc17 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -95,13 +95,6 @@ signs: args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"] artifacts: checksum signature: ${artifact}.sig -release: - # If you want to manually examine the release before its live, uncomment this line: - # draft: true - # As part of the release doc files are included as a separate deliverable for consumption by Packer.io. - # To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above. - extra_files: - - glob: ./docs.zip changelog: use: github-native