Skip to content

Commit

Permalink
update goreleaser config to explicity some configurations (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed May 15, 2022
1 parent 7058874 commit 1d333a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vim swap files
*.swp

dist/*
gitsign
17 changes: 16 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
project_name: gitsign

builds:
- env:
- id: gitsign
mod_timestamp: '{{ .CommitTimestamp }}'
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos:
- linux
- darwin
Expand Down Expand Up @@ -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!

0 comments on commit 1d333a3

Please sign in to comment.