Skip to content

Commit 61b06a9

Browse files
committed
chore: use homebrew_casks instead of brews in goreleaser
- Change from deprecated brews to homebrew_casks - Fix ids to match the archive name template (Darwin_x86_64)
1 parent 6843b07 commit 61b06a9

2 files changed

Lines changed: 12 additions & 23 deletions

File tree

.github/workflows/homebrew-release.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.goreleaser.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,15 @@ changelog:
6060
exclude:
6161
- "^docs:"
6262
- "^test:"
63+
64+
homebrew_casks:
65+
- name: git-open
66+
repository:
67+
owner: zhaochunqi
68+
name: homebrew-tap
69+
homepage: https://github.com/zhaochunqi/git-open
70+
description: Open the web URL of the Git repository
71+
caveats: "Use 'git-open' command to get the web URL of your git repository."
72+
ids:
73+
- git-open_Darwin_x86_64
74+
- git-open_Darwin_arm64

0 commit comments

Comments
 (0)