Skip to content

Commit

Permalink
Add go releaser for homebrew
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed Aug 22, 2021
1 parent 6f1223b commit bcea78d
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,26 @@ changelog:
- '^test:'
brews:
-
# Name template of the recipe
# Default to project name
name: jira-tool
github:

# GitHub/GitLab repository to push the formula to
# Gitea is not supported yet, but the support coming
tap:
owner: StevenACoffman
name: homebrew-jira-tool
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
token: "{{ .Env.GITHUB_AUTH_TOKEN }}"
folder: Formula
# Your app's homepage.
# Default is empty.
homepage: "https://github.com/StevenACoffman/jira-tool"

# Template of your app's description.
# Default is empty.
description: jt - jira-tool is a CLI tool for viewing and manipulating JIRA issues.
test: |
system "#{bin}/jt", "--version"
install: |
bin.install "jt" => "jt"
prefix.install_metafiles

# SPDX identifier of your app's license.
# Default is empty.
license: "MIT"

0 comments on commit bcea78d

Please sign in to comment.