-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
53 lines (53 loc) · 1.22 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
49
50
51
52
53
project_name: gckdir
builds:
- main: .
binary: gckdir
# refer to the https://pkg.go.dev/cmd/link
ldflags:
- -s -w -X main.Revision={{.ShortCommit}}
goos:
- darwin
- linux
- windows
- freebsd
goarch:
- '386'
- amd64
- arm64
changelog:
filters:
exclude:
- '^docs:'
- '^test:'
- '^chore:'
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
release:
prerelease: auto
brews:
- tap:
owner: kemokemo
name: homebrew-tap
homepage: "https://github.com/kemokemo/gckdir"
description: "A tool to generate a hash list of specified directory and comapare it with the target directory."
install: |
bin.install "gckdir"
scoop:
bucket:
owner: kemokemo
name: scoop-bucket
homepage: https://github.com/kemokemo/gckdir
description: A tool to generate a hash list of specified directory and comapare it with the target directory.
license: MIT