From 1d333a3f292eff2a6cd7591a593d56b3a144a0a5 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Sun, 15 May 2022 17:46:22 +0200 Subject: [PATCH] update goreleaser config to explicity some configurations (#28) Signed-off-by: cpanato --- .gitignore | 2 +- .goreleaser.yaml | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c81237f5..fe234efa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Vim swap files *.swp - +dist/* gitsign diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fc63a021..07a9b595 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,6 +1,12 @@ +project_name: gitsign + builds: -- env: +- id: gitsign + mod_timestamp: '{{ .CommitTimestamp }}' + env: - CGO_ENABLED=0 + flags: + - -trimpath goos: - linux - darwin @@ -58,3 +64,12 @@ signs: - '${artifact}' artifacts: binary output: true + +release: + prerelease: allow + draft: true # allow for manual edits + github: + owner: sigstore + name: gitsign + footer: | + ### Thanks to all contributors!