Skip to content

Commit

Permalink
release: disable currently not working homebrew deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Oct 5, 2024
1 parent 2f3ef2d commit b75413a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ release:
name: qc
name_template: '{{.Tag}}'
# https://goreleaser.com/customization/homebrew/
brews:
-
tap:
owner: qownnotes
name: homebrew-qc
description: "QOwnNotes command-line snippet manager"
homepage: "https://github.com/qownnotes/qc"
dependencies:
- fzf
install: |
bin.install Dir['qc']
zsh_completion.install "misc/completions/zsh/_qc"
test: |
system "#{bin}/qc"
#brews:
# -
# tap:
# owner: qownnotes
# name: homebrew-qc
# description: "QOwnNotes command-line snippet manager"
# homepage: "https://github.com/qownnotes/qc"
# dependencies:
# - fzf
# install: |
# bin.install Dir['qc']
# zsh_completion.install "misc/completions/zsh/_qc"
# test: |
# system "#{bin}/qc"
builds:
- goos:
- linux
Expand Down

0 comments on commit b75413a

Please sign in to comment.