Skip to content

Commit

Permalink
Add Goreleaser config
Browse files Browse the repository at this point in the history
Goreleaser will allow us to easily do releases for Gosbench
  • Loading branch information
mulbc committed Apr 27, 2020
1 parent 23f50c8 commit 25befb6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ builds:
- 7
env:
- CGO_ENABLED=0

dockers:
-
archives:
- replacements:
darwin: macOS
Expand All @@ -54,6 +57,12 @@ changelog:
signs:
- artifacts: checksum
release:
draft: true
draft: false
prerelease: true
disable: true
disable: false
github:
env_files:
# use only one or release will fail!
# github_token: ~/.path/to/my/gh_token
gitlab_token: asdad
# gitea_token: ~/.path/to/my/gitea_token

0 comments on commit 25befb6

Please sign in to comment.