-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.goreleaser.yml
44 lines (44 loc) · 964 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
33
34
35
36
37
38
39
40
41
42
43
44
project_name: pd
builds:
- main: ./cmd/pd
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- format_overrides:
- goos: windows
format: zip
checksum:
name_template: checksums.txt
changelog:
sort: asc
filters:
exclude:
- "^chore:"
- "^docs:"
- "^test:"
- "^Bump"
- "^Merge"
brews:
- name: pixeldrain
homepage: https://jkawamoto.github.io/go-pixeldrain/
description: "Share files with decentralized cloud storage."
license: "MIT"
tap:
owner: jkawamoto
name: homebrew-pixeldrain
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
nfpms:
- package_name: pixeldrain
homepage: https://jkawamoto.github.io/go-pixeldrain/
description: "Share files with decentralized cloud storage."
maintainer: "Junpei Kawamoto <[email protected]>"
license: "MIT"
formats:
- apk
- deb
- rpm