Skip to content

Commit

Permalink
add: .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-shanks committed Jan 10, 2021
1 parent 40279b6 commit 2453201
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- github:
owner: hourglasshoro
name: homebrew-graphmize
folder: Formula
homepage: https://github.com/hourglasshoro/graphmize
description: Graphmize is a tool to visualize the dependencies of kustomize.
test: |
system "#{bin}/goreleaser -v"

0 comments on commit 2453201

Please sign in to comment.