-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
36 lines (36 loc) · 822 Bytes
/
Copy path.goreleaser.yml
File metadata and controls
36 lines (36 loc) · 822 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
project_name: tango
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
ldflags:
- -s -w -X main.version=v{{ .Version }} -X main.gitCommit={{ .ShortCommit }} -X main.buildDate={{ .Date }}
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
brews:
- tap:
owner: masakichi
name: homebrew-tap
folder: Formula
license: "MIT"
homepage: "https://github.com/masakichi/tango"
description: "Tango(単語) is a local command-line Japanese dictionary tool using yomichan's dictionary files."
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-dev"
changelog:
sort: asc
filters:
exclude:
- '^docs:'