Skip to content

Commit

Permalink
chore: add brew configuration to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux authored Aug 26, 2023
1 parent c529b8e commit 0d740ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@ builds:
ldflags:
- -X main.Version={{.Version}}
main: ./cmd/certify/
brews:
- name: certify
homepage: "https://github.com/nothinux/homebrew-tools"
folder: Formula
description: "Certify is an easy-to-use certificate manager and can be used as an alternative to OpenSSL. With Certify you can create your own private CA (Certificate Authority) and issue certificates with your own CA"
license: "MIT"
repository:
owner: nothinux
name: homebrew-tools
branch: main
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"

0 comments on commit 0d740ff

Please sign in to comment.