Skip to content

Commit 098b813

Browse files
committed
chore 🧹 (.goreleaser): update goreleaser config
Signed-off-by: Zine Moualhi 🇵🇸 <zmoualhi@outlook.com>
1 parent 260f58d commit 098b813

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.goreleaser.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,23 @@ archives:
5353

5454
homebrew_casks:
5555
- name: goji
56-
homepage: "https://github.com/muandane/homebrew-tap"
56+
homepage: "https://github.com/muandane/goji"
5757
repository:
5858
owner: muandane
5959
name: homebrew-tap
6060
description: "Commitizen-like Emoji Commit Tool written in Go"
61-
directory: Formula
61+
directory: Casks
6262
dependencies:
6363
- formula: git
6464
commit_author:
6565
name: muandane
6666
email: zmoualhi@outlook.com
67-
hooks:
68-
post:
69-
install: |-
70-
bash_completion.install "completions/goji.bash" => "goji"
71-
zsh_completion.install "completions/goji.zsh" => "_goji"
72-
fish_completion.install "completions/goji.fish"
73-
man1.install "manpages/goji.1.gz"
67+
completions:
68+
bash: completions/goji.bash
69+
zsh: completions/goji.zsh
70+
fish: completions/goji.fish
71+
manpages:
72+
- manpages/goji.1.gz
7473

7574
winget:
7675
- publisher: muandane

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for selecting the type of change, scope, and description of your commit message.
4040
**Homebrew (macOs/Linux)**
4141

4242
```sh
43-
brew install muandane/tap/goji
43+
brew install --cask muandane/tap/goji
4444
```
4545

4646
**Linux (or WSL)**

0 commit comments

Comments
 (0)