-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
65 lines (65 loc) · 1.64 KB
/
.goreleaser.yaml
File metadata and controls
65 lines (65 loc) · 1.64 KB
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
version: 2
builds:
- env:
- CGO_ENABLED=0
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
ldflags:
- '-s -w -X main.version={{.Version}} -X main.revision={{.Commit}} -X main.built={{.Date}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
goarm:
- '6'
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: 'arm'
- goos: windows
goarch: 'arm'
binary: '{{ .ProjectName }}'
main: .
archives:
- formats: [ binary ]
name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}'
checksum:
algorithm: sha256
winget:
- name: watch
publisher: echocat
short_description: "Like the unix one but works cross-platform without magic. 😄"
publisher_url: https://echocat.org
homepage: https://github.com/echocat/watch
package_identifier: echocat.watch
commit_author:
name: echocat-bot
email: 16277609+echocatbot@users.noreply.github.com
commit_msg_template: 'chore: release {{.PackageIdentifier}} {{.Tag}}'
release_notes_url: https://github.com/echocat/watch/releases/tag/{{.Tag}}
publisher_support_url: https://github.com/echocat/watch/issues
license: MIT
license_url: https://github.com/echocat/watch/blob/HEAD/LICENSE
tags:
- cli
- shell
- timing
repository:
owner: echocat
name: winget-pkgs
branch: 'chore/watch-{{.Version}}'
pull_request:
enabled: true
draft: false
base:
owner: microsoft
name: winget-pkgs
branch: master