Skip to content

Commit

Permalink
Add brew to goreelaser
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Apr 20, 2022
1 parent f0ccc2d commit 667c370
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }}
14 changes: 12 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ snapshot:
name_template: "{{ .Tag }}-next"

release:
prerelease: false
prerelease: true

nfpms:
- file_name_template: "gosmee-{{.Version}}_{{.Os}}-{{.Arch}}"
homepage: https://github.com/chmouel/gosmee
description: Gosmee - smee.io forwarder in go
description: "Gosmee - smee.io forwarder in go"
maintainer: Chmouel Boudjnah <[email protected]>
license: Apache 2.0
formats:
Expand Down Expand Up @@ -75,3 +75,13 @@ changelog:
universal_binaries:
- replace: true
name_template: "gosmee"

aurs:
- name: gosmee-bin
homepage: "https://github.com/chmouel/gosmee"
description: "Gosmee - smee.io forwarder in go"
maintainers:
- "Chmouel Boudjnah <[email protected]>"
license: Apache 2.0
private_key: "{{ .Env.AUR_PRIVATE_KEY }}"
git_url: ssh://[email protected]/gosmee-bin.git

0 comments on commit 667c370

Please sign in to comment.