Skip to content

Commit

Permalink
goreleaser: don't include docs.zip in release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lbajolet-hashicorp committed Sep 26, 2023
1 parent 1518a91 commit 61ef3be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +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:
Expand Down

0 comments on commit 61ef3be

Please sign in to comment.