Skip to content

Commit

Permalink
Merge pull request #38 from benfdking/adding_homebrew
Browse files Browse the repository at this point in the history
Add brew formula so can be installed with brew
  • Loading branch information
benfdking authored Jun 22, 2020
2 parents 8a5a828 + c1170d0 commit b40518c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: jen
before:
hooks:
# You may remove this if you don't use go modules.
Expand All @@ -26,3 +25,12 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^Merge pull request'
brews:
- github:
owner: benfdking
name: jen
url_template: "http://github.com/benfdking/jen/releases/{{ .Tag }}/{{ .ArtifactName }}"
folder: Formula
homepage: "https://github.com/benfdking/jen"
description: "Software to easily generate JWTs"

0 comments on commit b40518c

Please sign in to comment.