Skip to content

Commit bc931a1

Browse files
committed
build: upgrade goreleaser config to version 2
1 parent 1a2455c commit bc931a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.goreleaser.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: compass
24

35
release:
@@ -58,19 +60,19 @@ scoops:
5860
- homepage: "https://github.com/raystack/compass"
5961
description: "Data catalog service"
6062
license: Apache 2.0
61-
bucket:
63+
repository:
6264
owner: raystack
6365
name: scoop-bucket
6466

6567
brews:
6668
- name: compass
6769
homepage: "https://github.com/raystack/compass"
6870
description: "Data catalog service"
69-
tap:
71+
repository:
7072
owner: raystack
7173
name: homebrew-tap
7274
license: "Apache 2.0"
73-
folder: Formula
75+
directory: Formula
7476
install: |-
7577
bin.install "compass"
7678
commit_author:

0 commit comments

Comments
 (0)