From 40522be19e161fe27b8876babe5976c3dc51dbbc Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Tue, 13 Feb 2024 14:31:57 -0500 Subject: [PATCH] Remove ci-release-docs step in goreleaser.yml --- .goreleaser.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 11efa3f..dff7990 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,9 +6,7 @@ before: hooks: # We strongly recommend running tests to catch any regression before release. # Even though, this an optional step. - - go test ./... # 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 following command. - - make ci-release-docs + - go test ./... # Check plugin compatibility with required version of the Packer SDK - make plugin-check builds: @@ -72,13 +70,6 @@ signs: - "${signature}" - "--detach-sign" - "${artifact}" -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