-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yaml
43 lines (43 loc) · 944 Bytes
/
.goreleaser.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# .goreleaser.yaml
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
binary: sidekick
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
ldflags:
- -X "github.com/jenish-jain/sidekick/internal/version.version={{.Tag}}"
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
-
name: sidekick
tap:
owner: jenish-jain
name: homebrew-tap
# url_template: "https://github.com/jenish-jain/sidekick/archive/refs/tags/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: releaser-bot
email: [email protected]
folder: Formula
homepage: "https://github.com/jenish-jain/sidekick"
description: "Oh, that's my dumb friend"
skip_upload: false
install: |
bin.install "sidekick"