Skip to content

Commit 70c16f2

Browse files
committed
build: update gorelease config for version 2
1 parent 97efeca commit 70c16f2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.goreleaser.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: mc-monitor
24
before:
35
hooks:
@@ -18,11 +20,6 @@ builds:
1820
ignore:
1921
- goos: windows
2022
goarch: arm
21-
archives:
22-
-
23-
format_overrides:
24-
- goos: windows
25-
format: zip
2623
dockers:
2724
- image_templates:
2825
- itzg/{{ .ProjectName }}:{{ .Version }}-amd64
@@ -67,8 +64,6 @@ docker_manifests:
6764
- itzg/{{ .ProjectName }}:{{ .Version }}-arm32v7
6865
checksum:
6966
name_template: 'checksums.txt'
70-
snapshot:
71-
name_template: "{{ .Tag }}-next"
7267
changelog:
7368
sort: asc
7469
filters:
@@ -82,7 +77,6 @@ scoops:
8277
owner: itzg
8378
name: scoop-bucket
8479
token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
85-
folder: bucket
8680
license: MIT
8781
description: Command/agent to monitor the status of Minecraft servers
8882
brews:

0 commit comments

Comments
 (0)