This repository has been archived by the owner on May 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
71 lines (71 loc) · 1.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
brews:
- name: eos-1v-tagger
github:
owner: teran
name: homebrew-tap
ids:
- default
commit_author:
name: "Igor Shishkin"
email: [email protected]
url_template: "https://github.com/teran/eos-1v-tagger/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
folder: Formula
homepage: "https://github.com/teran/eos-1v-tagger"
description: "Canon ES-E1 CSV parsing tool to generate EXIF data for film scans"
test: |
system "#{bin}/eos-1v-tagger -version"
system "#{bin}/eos-1v-fpt -version"
install: |
bin.install "eos-1v-tagger"
bin.install "eos-1v-fpt"
builds:
- id: eos-1v-tagger
binary: eos-1v-tagger
env:
- CGO_ENABLED=0
main:
./cmd/tagger/main.go
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
ldflags:
- -s -w -X main.ldVersion={{.Version}} -X main.ldTimestamp={{.Timestamp}}
- id: eos-1v-fpt
binary: eos-1v-fpt
env:
- CGO_ENABLED=0
main:
./cmd/filename-pattern-tester/main.go
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
ldflags:
- -s -w -X main.ldVersion={{.Version}} -X main.ldTimestamp={{.Timestamp}}
archives:
- id: default
format_overrides:
- goos: windows
format: zip
replacements:
386: i386
darwin: macOS
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
signs:
- artifacts: checksum