-
Notifications
You must be signed in to change notification settings - Fork 1
/
.goreleaser.yml
92 lines (81 loc) · 2.29 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
before:
hooks:
- go mod tidy
builds:
- <<: &build_defaults
binary: nbacli
id: macos
goos: [darwin]
goarch: [amd64]
- <<: *build_defaults
id: linux
goos: [linux]
goarch: [386, arm, amd64, arm64]
env:
- CGO_ENABLED=0
- <<: *build_defaults
id: windows
goos: [windows]
goarch: [386, amd64, arm64]
archives:
- id: nix
builds: [macos, linux]
<<: &archive_defaults
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
wrap_in_directory: true
replacements:
darwin: macOS
format: tar.gz
files:
- LICENSE
- id: windows
builds: [windows]
<<: *archive_defaults
wrap_in_directory: false
format: zip
files:
- LICENSE
- README.md
release:
prerelease: auto
universal_binaries:
- replace: true
# chocolatey distro
chocolateys:
-
name: nbacli
title: NBA CLI
authors: Dylan TIENTCHEU
ids:
- windows
project_url: https://github.com/dylantientcheu/nbacli
url_template: "https://github.com/dylantientcheu/nbacli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: 'https://raw.githubusercontent.com/dylantientcheu/nbacli/master/screenshots/logo.png'
copyright: 2023 Dylan Tientcheu
license_url: https://github.com/dylantientcheu/nbacli/blob/master/LICENSE
require_license_acceptance: false
project_source_url: https://github.com/dylantientcheu/nbacli
docs_url: https://github.com/dylantientcheu/nbacli/blob/master/README.md
bug_tracker_url: https://github.com/dylantientcheu/nbacli/issues
tags: "nbacli nba terminal standings stats scores"
summary: The NBA in your terminal.
description: |
{{ .ProjectName }} installer package.
The NBA in your terminal
release_notes: "https://github.com/dylantientcheu/nbacli/releases/tag/v{{ .Version }}"
api_key: '{{ .Env.CHOCOLATEY_API_KEY }}'
source_repo: "https://push.chocolatey.org/"
skip_publish: false
goamd64: v1
brews:
-
name: nbacli
homepage: https://github.com/dylantientcheu/nbacli
tap:
owner: dylantientcheu
name: homebrew-dylantientcheu
commit_author:
name: Dylan Tientcheu
email: [email protected]
checksum:
name_template: 'checksums.txt'