We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2455c commit bc931a1Copy full SHA for bc931a1
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
project_name: compass
4
5
release:
@@ -58,19 +60,19 @@ scoops:
58
60
- homepage: "https://github.com/raystack/compass"
59
61
description: "Data catalog service"
62
license: Apache 2.0
- bucket:
63
+ repository:
64
owner: raystack
65
name: scoop-bucket
66
67
brews:
68
- name: compass
69
homepage: "https://github.com/raystack/compass"
70
- tap:
71
72
73
name: homebrew-tap
74
license: "Apache 2.0"
- folder: Formula
75
+ directory: Formula
76
install: |-
77
bin.install "compass"
78
commit_author:
0 commit comments