diff --git a/.gitignore b/.gitignore index e9ae2da..803cc08 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ crash.log dist/* .docs/* docs.zip +*.pgp.priv +*.pgp.pub diff --git a/.goreleaser.yml b/.goreleaser.yml index db33faa..5521b9f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,11 +1,9 @@ -# This is an example goreleaser.yaml file with some sane defaults. -# Make sure to check the documentation at http://goreleaser.com +# Documentation at http://goreleaser.com env: - CGO_ENABLED=0 before: hooks: - # We strongly recommend running tests to catch any regression before release. - # Even though, this an optional step. + # Pre-release hooks. - 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.