Skip to content

Commit

Permalink
Update .goreleaser.yaml - add Homebrew publishing introductions
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvogt committed Apr 23, 2024
1 parent 4e61b5d commit c471ee1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
-
homepage: "https://github.com/leonvogt/lunar"
description: "A database snapshot tool for PostgreSQL databases."
license: "MIT"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
repository:
owner: leonvogt
name: homebrew-tap
pull_request:
enabled: true
draft: false

0 comments on commit c471ee1

Please sign in to comment.