-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
48 lines (48 loc) · 1.07 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
project_name: wowforge-cli
builds:
- dir: .
goos:
- linux
- darwin
goarch:
- amd64
- arm64
ldflags:
- -X "main.version=v{{ trimprefix .Version "v" }}"
archives:
- format: tar.gz
wrap_in_directory: false
checksum:
name_template: "checksums.txt"
changelog:
sort: asc
filters:
exclude:
- "^docs"
- "^test"
- "^chore"
- "^ci"
brews:
- name: wowforge-cli
repository:
owner: m-triassi
name: homebrew-public
homepage: "https://github.com/m-triassi/wowforge-cli"
description: "Easily add and update addons for your World of Warcraft installation"
license: "MIT"
nfpms:
- package_name: wowforge-cli
file_name_template: "{{ .ConventionalFileName }}"
vendor: m-triassi
homepage: https://github.com/m-triassi/wowforge-cli
description: |-
Easily add and update addons for your World of Warcraft installation
license: MIT
maintainer: Massimo Triassi <[email protected]>
formats:
- deb
- apk
- rpm
- archlinux
dependencies:
- git