Skip to content

Commit dd7adbb

Browse files
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.
1 parent 49f6ef5 commit dd7adbb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.goreleaser.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ signs:
9595
args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
9696
artifacts: checksum
9797
signature: ${artifact}.sig
98-
release:
99-
# If you want to manually examine the release before its live, uncomment this line:
100-
# draft: true
101-
# As part of the release doc files are included as a separate deliverable for consumption by Packer.io.
102-
# To include a separate docs.zip uncomment the extra_files config and the docs.zip command hook above.
103-
extra_files:
104-
- glob: ./docs.zip
10598

10699
changelog:
107100
use: github-native

0 commit comments

Comments
 (0)