Skip to content

Commit

Permalink
fix: fixed gorelaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane committed Jul 8, 2024
1 parent fafd61f commit cdd2b48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ brews:
repository:
owner: muandane
name: homebrew-tap
folder: Formula
description: "Commitizen-like Emoji Commit Tool written in Go"
directory: Formula
dependencies:
- name: git
commit_author:
Expand All @@ -68,6 +69,7 @@ brews:
zsh_completion.install "completions/goji.zsh" => "_goji"
fish_completion.install "completions/goji.fish"
man1.install "manpages/goji.1.gz"
winget:
- publisher: muandane
license: "Apache-2.0 license"
Expand All @@ -81,7 +83,6 @@ winget:
pull_request:
enabled: true
draft: true
check_boxes: true
base:
owner: microsoft
name: winget-pkgs
Expand Down

0 comments on commit cdd2b48

Please sign in to comment.