diff --git a/.goreleaser.yml b/.goreleaser.yml index cae4679e..0452ecbf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -56,6 +56,8 @@ changelog: - "^test:" brews: - name: pgrok + ids: + - pgrok github: owner: jerson name: homebrew-tap @@ -65,3 +67,15 @@ brews: folder: Formula homepage: "https://github.com/jerson/pgrok" description: "Introspected tunnels to localhost a fork from pgrok." + - name: pgrokd + ids: + - pgrokd + github: + owner: jerson + name: homebrew-tap + commit_author: + name: Gerson Alexander Pardo Gamez + email: jeral17@gmail.com + folder: Formula + homepage: "https://github.com/jerson/pgrok" + description: "Server for introspected tunnels to localhost a fork from pgrok." \ No newline at end of file