-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.goreleaser.yml
32 lines (30 loc) · 963 Bytes
/
.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
version: 2
builds:
-
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser -X opsi/cmd.Version={{.Tag}}
brews:
-
name: opsi@{{.Version}}
repository:
owner: beliven-it
name: homebrew-tap
directory: Formula
caveats: "Run `opsi init` to generate config file inside\n
`~/.config/opsi/config.yml` (works only if not exists yet).\n
\n
Type `opsi help` for further information."
description: "All-in-one CLI for Beliven Ops daily usage!"
license: "MIT"
-
name: opsi
repository:
owner: beliven-it
name: homebrew-tap
directory: Formula
caveats: "Run `opsi init` to generate config file inside\n
`~/.config/opsi/config.yml` (works only if not exists yet).\n
\n
Type `opsi help` for further information."
description: "All-in-one CLI for Beliven Ops daily usage!"
license: "MIT"