Skip to content

Commit e45ca05

Browse files
committed
Fix goreleaser: add Formula directory, release block, match telegram-cli config
1 parent 2cb0c1b commit e45ca05

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,23 @@ changelog:
5050
- Merge branch
5151

5252
brews:
53-
- name: discocli
54-
repository:
53+
- repository:
5554
owner: virat-mankali
5655
name: homebrew-tap
5756
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
57+
directory: Formula
5858
homepage: "https://github.com/virat-mankali/discord-cli"
5959
description: "Discord CLI — sync, search, send from your terminal. MCP-ready for AI agents."
6060
license: "MIT"
61-
test: |
62-
system "#{bin}/discocli", "--version"
6361
install: |
6462
bin.install "discocli"
63+
test: |
64+
system "#{bin}/discocli", "--help"
65+
66+
release:
67+
github:
68+
owner: virat-mankali
69+
name: discord-cli
70+
draft: false
71+
prerelease: auto
72+
name_template: "v{{ .Version }}"

0 commit comments

Comments
 (0)