We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97efeca commit 70c16f2Copy full SHA for 70c16f2
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
project_name: mc-monitor
4
before:
5
hooks:
@@ -18,11 +20,6 @@ builds:
18
20
ignore:
19
21
- goos: windows
22
goarch: arm
-archives:
- -
23
- format_overrides:
24
- - goos: windows
25
- format: zip
26
dockers:
27
- image_templates:
28
- itzg/{{ .ProjectName }}:{{ .Version }}-amd64
@@ -67,8 +64,6 @@ docker_manifests:
67
64
- itzg/{{ .ProjectName }}:{{ .Version }}-arm32v7
68
65
checksum:
69
66
name_template: 'checksums.txt'
70
-snapshot:
71
- name_template: "{{ .Tag }}-next"
72
changelog:
73
sort: asc
74
filters:
@@ -82,7 +77,6 @@ scoops:
82
77
owner: itzg
83
78
name: scoop-bucket
84
79
token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
85
- folder: bucket
86
80
license: MIT
87
81
description: Command/agent to monitor the status of Minecraft servers
88
brews:
0 commit comments