Skip to content

Commit 289864d

Browse files
committed
Add homebrew goreleaser configuration
1 parent 8031e0a commit 289864d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.goreleaser.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ snapshot:
1515
name_template: "{{ .Tag }}-next"
1616
changelog:
1717
sort: asc
18+
brews:
19+
-
20+
name: pg_flame
21+
goarm: 6
22+
github:
23+
owner: mgartner
24+
name: homebrew-tap
25+
folder: Formula
26+
homepage: "https://github.com/mgartner/pg_flame"
27+
description: "A flamegraph generator for Postgres EXPLAIN ANALYZE output."

0 commit comments

Comments
 (0)