Skip to content

Commit

Permalink
Add goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
silphid committed Jun 27, 2021
1 parent a5c58d8 commit b988331
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
project_name: yey
builds:
- dir: src
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
archives:
- format: tar.gz
wrap_in_directory: false
replacements:
386: i386
amd64: x86_64
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
brews:
- tap:
owner: silphid
name: yey-tap
homepage: "https://github.com/silphid/yey"
description: "An interactive, human-friendly docker launcher for dev and devops"
license: "MIT"

0 comments on commit b988331

Please sign in to comment.