Skip to content

Commit a499e9e

Browse files
committed
feat: add homebrew and scoop publishing
1 parent a9a6e91 commit a499e9e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,24 @@ release:
6464
prerelease: auto
6565
name_template: "v{{.Version}}"
6666

67+
brews:
68+
- name: opencode-sync
69+
repository:
70+
owner: GareArc
71+
name: homebrew-tap
72+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
73+
directory: Formula
74+
homepage: "https://github.com/GareArc/opencode-sync"
75+
description: "Sync OpenCode configurations across machines via Git with optional encryption"
76+
license: "MIT"
6777

78+
scoops:
79+
- name: opencode-sync
80+
repository:
81+
owner: GareArc
82+
name: scoop-bucket
83+
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
84+
directory: bucket
85+
homepage: "https://github.com/GareArc/opencode-sync"
86+
description: "Sync OpenCode configurations across machines via Git with optional encryption"
87+
license: "MIT"

0 commit comments

Comments
 (0)