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