Skip to content

Commit 2c73aa5

Browse files
goreleaser: don't rely on ci-make-docs
Since the ci-make-docs target is no longer part of the Makefile, we cannot rely on it for making the latest docs, and therefore we must remove that from the goreleaser file too.
1 parent 5acac9c commit 2c73aa5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ before:
1010
# We strongly recommend running tests to catch any regression before release.
1111
# Even though, this an optional step.
1212
- go test ./...
13-
# As part of the release doc files are included as a separate deliverable for
14-
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
15-
- make ci-release-docs
1613
# Check plugin compatibility with required version of the Packer SDK
1714
- make plugin-check
1815
builds:

0 commit comments

Comments
 (0)