-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.goreleaser.yml
More file actions
53 lines (53 loc) · 1.2 KB
/
.goreleaser.yml
File metadata and controls
53 lines (53 loc) · 1.2 KB
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
project_name: devopsdays-cli
release:
github:
owner: devopsdays
name: devopsdays-cli
draft: false
prerelease: true
name_template: "{{.ProjectName}}-v{{.Version}}"
builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386
main: .
ldflags: -s -w -X github.com/devopsdays/devopsdays-cli/cmd.Version={{.Version}} -X github.com/devopsdays/devopsdays-cli/cmd.Build={{.Date}}
binary: devopsdays-cli
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}-{{.Arch}}"
files:
- LICENSE*
- README*
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
brew:
github:
owner: devopsdays
name: homebrew-tap
homepage: https://www.devopsdays.org
description: Command-line utilities for the devopsdays website
dependencies:
- git
install:
bin.install "devopsdays-cli"
nfpm:
vendor: devopsdays
homepage: https://www.devopsdays.org
maintainer: Matt Stratton <matt.stratton@gmail.com>
description: Command-line utilities for the devopsdays website
license: MIT
formats:
- deb
- rpm
dependencies:
- git