Skip to content

Commit

Permalink
Configure goreleaser for homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerhp committed Jun 15, 2022
1 parent a12d644 commit 8bd11a7
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
ignore:
- goos: linux
goarch: 386
- goos: windows
goarch: 386
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- name: presidium
homepage: "https://github.com/spandigital/presidium"
description: "Presidium is a software documentation management system for agile teams"
tap:
owner: spandigital
name: presidium-tap
folder: Formula

0 comments on commit 8bd11a7

Please sign in to comment.