-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser-actions.yml
82 lines (82 loc) · 2.29 KB
/
.goreleaser-actions.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
# .goreleaser.yaml
project_name: forgecli
before:
hooks:
- go get -u .
- go mod download
- go mod tidy
env_files:
github_token: ~/.config/goreleaser/github_token
gomod:
gobinary: go
announce:
discord:
enabled: true
message_template: "{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}"
author: "{{ .AUTHOR }}"
color: "3888754"
icon_url: https://goreleaser.com/static/avatar.png
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- format_overrides:
- goos: windows
format: zip
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
use: github
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^ci:"
- "^misc:"
# chocolateys:
# - name: forgecli
# owners: chblodg
# title: forgecli
# authors: chblodg
# project_url: https://github.com/shotah/forgecli
# url_template: https://github.com/shotah/forgecli/releases/download/{{ .Tag }}/{{ .ArtifactName }}
# icon_url: https://github.com/shotah/forgecli/blob/main/icon.png
# copyright: 2022 chblodg
# license_url: https://github.com/shotah/forgecli/blob/main/LICENSE
# project_source_url: https://github.com/shotah/forgecli
# docs_url: https://github.com/shotah/forgecli/blob/main/README.md
# bug_tracker_url: https://github.com/shotah/forgecli/issues
# tags: curseforge cli minecraft fabric forge mods
# summary: Software to easily install minecraft mod clients and mods
# description: |
# {{ .ProjectName }} installer package.
# Software to easily install minecraft mod clients and mods.
# release_notes: https://github.com/shotah/forgecli/releases/tag/{{ .Version }}
# api_key: "{{ .Env.CHOCOKEY }}"
# source_repo: https://push.chocolatey.org/
# goamd64: v1
scoop:
bucket:
owner: shotah
name: scoop-bucket
token: "{{ .Env.PUBLISH_GITHUB_TOKEN }}"
folder: bucket
license: MIT
description: Software to easily install minecraft mod clients and mods
brews:
- tap:
owner: shotah
name: homebrew-tap
token: "{{ .Env.PUBLISH_GITHUB_TOKEN }}"
license: MIT
description: Software to easily install minecraft mod clients and mods