From d31dd80eb8003f8c4ebc2d65df01291381681843 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 20 Apr 2021 11:25:17 +0200 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ca21b8ab..00a9517a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,4 @@ -# This is an example goreleaser.yaml file with some defaults. +# This is an example goreleaser.yaml file with some sane defaults. # Make sure to check the documentation at http://goreleaser.com env: - CGO_ENABLED=0 @@ -9,7 +9,7 @@ before: - 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" + - make ci-release-docs builds: # A separated build to run the packer-plugins-check only once for a linux_amd64 binary - @@ -78,7 +78,7 @@ release: # 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: + extra_files: - glob: ./docs.zip changelog: