-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
52 lines (49 loc) · 1.19 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
version: 2
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
main: ./cmd/freckles
binary: freckles
tags:
- release
brews:
-
name: freckles
description: "A simple dotfile manager."
homepage: "https://github.com/carapace-sh/freckles"
license: "MIT"
repository:
owner: rsteube
name: homebrew-tap
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
aurs:
-
description: "A simple dotfile manager."
homepage: "https://github.com/carapace-sh/freckles"
license: "MIT"
maintainers:
- rsteube <rsteube@users.noreply.github.com>
private_key: '{{ .Env.AUR_KEY }}'
git_url: 'ssh://aur@aur.archlinux.org/freckles-bin.git'
depends:
- 'git'
optdepends:
- 'carapace-bin: for git completion'
- 'github-cli: for github completion'
nfpms:
-
description: "A simple dotfile manager."
homepage: "https://github.com/rsteube/freckles"
license: "MIT"
maintainer: rsteube <rsteube@users.noreply.github.com>
formats:
- apk
- deb
- rpm