Skip to content

Commit 7bbc6d0

Browse files
Peefyclaude
andcommitted
chore: migrate .goreleaser.yml to GoReleaser v2 schema
- Replace homebrew_casks with homebrews (CLI formula, not macOS installers) - Use url_template instead of url.verified for homebrew - Remove ids/binaries fields (auto-detected in homebrews) - Migrate scoop bucket to repository field Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3ebd82c commit 7bbc6d0

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,19 @@ archives:
3030
formats:
3131
- zip
3232

33-
homebrew_casks:
33+
homebrews:
3434
- name: kcl
35-
ids:
36-
- default
37-
binaries:
38-
- kcl
3935
repository:
4036
owner: kcl-lang
4137
name: homebrew-tap
4238
branch: main
43-
directory: Casks
39+
url_template: "https://github.com/kcl-lang/cli/releases/download/{{ .Tag }}/kcl-v{{ .Version }}-{{ .Os }}-{{ .Arch }}.tar.gz"
4440
homepage: "https://github.com/kcl-lang/kcl"
4541
description: "KCL Command Line Interface"
4642
license: "Apache-2.0"
4743
commit_author:
4844
name: GoReleaser Bot
4945
email: goreleaser@carlosbecker.com
50-
url:
51-
verified: github.com/kcl-lang/cli
5246

5347
scoops:
5448
- name: kcl

0 commit comments

Comments
 (0)