mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-21 23:54:17 +02:00
Add homebrew configuration to .goreleaser.yml
This commit is contained in:
parent
0a11c079cb
commit
9ecd2a83a1
1 changed files with 13 additions and 0 deletions
|
|
@ -36,6 +36,19 @@ nfpm:
|
|||
- deb
|
||||
- rpm
|
||||
bindir: /usr/bin
|
||||
brews:
|
||||
-
|
||||
ids:
|
||||
- glow
|
||||
github:
|
||||
owner: charmbracelet
|
||||
name: homebrew-tap
|
||||
commit_author:
|
||||
name: "Christian Muehlhaeuser"
|
||||
email: "muesli@gmail.com"
|
||||
homepage: "https://charm.sh/"
|
||||
description: "Render markdown on the CLI"
|
||||
# skip_upload: true
|
||||
sign:
|
||||
artifacts: checksum
|
||||
archives:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue