generated from kjuulh/shuttle-extensions-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
65 lines (47 loc) · 1.3 KB
/
.goreleaser.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- "386"
archives:
- id: archives
format: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: "{{ .ProjectName }}-checksums.txt"
snapshot:
name_template: "git-{{.Commit}}"
release:
name_template: "v{{.Version}}"
changelog:
skip: true
brews:
- name: fuzzy-clone
repository:
owner: kjuulh
name: homebrew-brew
token: "{{.Env.TAP_GITHUB_TOKEN}}"
download_strategy: CurlDownloadStrategy
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
caveats: |
Run either fuzzy-clone directory or
# zsh
echo 'eval "$(fuzzy-clone init zsh)"' >> ~/.zshrc
fz # to search for repos
homepage: "https://kasperhermansen.com"
description: "Fuzzy clone is a fuzzy repository picker and downloader, it allows you to quickly jump between repositories you contribute to, whether you have them downloaded or not."
license: "MIT"
# So you can `brew test` your formula.
#
# Template: allowed
test: |
system "#{bin}/fuzzy-clone --version"