Skip to content

Commit

Permalink
Comment out Homebrew part
Browse files Browse the repository at this point in the history
  • Loading branch information
arenzana committed Nov 3, 2023
1 parent a998859 commit 4869edc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ changelog:
- "^docs:"
- "^test:"

brews:
- repository:
owner: shrt
name: homebrew-tap
folder: Formula
goarm: "7"
homepage: https://github.com/arenzana/shrt
description: Shorten URLs with Shlink Instances
license: MIT
test: |
system "#{bin}/shrt -v"
dependencies:
- name: go
type: optional
- name: git
# brews:
# - repository:
# owner: shrt
# name: homebrew-tap
# folder: Formula
# goarm: "7"
# homepage: https://github.com/arenzana/shrt
# description: Shorten URLs with Shlink Instances
# license: MIT
# test: |
# system "#{bin}/shrt -v"
# dependencies:
# - name: go
# type: optional
# - name: git
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.6
0.0.7

0 comments on commit 4869edc

Please sign in to comment.