-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy path.goreleaser.yml
More file actions
41 lines (36 loc) · 706 Bytes
/
.goreleaser.yml
File metadata and controls
41 lines (36 loc) · 706 Bytes
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
before:
hooks:
- sudo apt install xorg-dev libgl1-mesa-dev
- go mod vendor
builds:
-
id: darktile
main: ./cmd/darktile
binary: darktile
ldflags:
- "-X github.com/liamg/darktile/internal/app/darktile/version.Version={{.Version}}"
env:
- GOFLAGS=-mod=vendor
goos:
- linux
goarch:
- amd64
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
archives:
-
format: binary
name_template: "{{ .Binary}}-{{ .Os }}-{{ .Arch }}"
release:
prerelease: auto
github:
owner: liamg
name: darktile