Skip to content

Commit

Permalink
Merge pull request #12 from hatsu38/faeture/fix-releaser
Browse files Browse the repository at this point in the history
fix releaser
  • Loading branch information
hatsu38 committed Aug 22, 2021
2 parents 0815ca3 + 04cd47a commit c963c90
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .goreleaser.yml
Expand Up @@ -40,18 +40,18 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brew:
github:
owner: hatsu38
name: homebrew-postman-tui
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
folder: Formula
homepage: "https://github.com/hatsu38/postman-tui"
description: "Simple HTTP Request TUI Tool!"
license: "MIT"
install: |
bin.install "postman-tui"
test: |
system "#{bin}/postman-tui"
brews:
- tap:
owner: hatsu38
name: homebrew-postman-tui
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
folder: Formula
homepage: "https://github.com/hatsu38/postman-tui"
description: "Simple HTTP Request TUI Tool!"
license: "MIT"
install: |
bin.install "postman-tui"
test: |
system "#{bin}/postman-tui"

0 comments on commit c963c90

Please sign in to comment.