Skip to content

Commit

Permalink
feat: adding a homebrew tap (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope committed Dec 17, 2023
1 parent 815ea92 commit 533eefe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WINGET_AUTH_TOKEN: ${{ secrets.WINGET_AUTH_TOKEN }}
TAP_AUTH_TOKEN: ${{ secrets.TAP_AUTH_TOKEN }}
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,24 @@ winget:
name: winget-pkgs
branch: "{{.ProjectName}}-{{.Version}}"
token: "{{ .Env.WINGET_AUTH_TOKEN }}"

brews:
- name: armaria
ids:
- armaria-macos-archive
url_template: "https://github.com/JonathanHope/armaria/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
download_strategy: CurlDownloadStrategy
commit_author:
name: Jonathan Hope
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://github.com/JonathanHope/armaria"
description: Armaria is a fast, open, and local first bookmarks manager.
license: "MIT"
skip_upload: true
repository:
owner: JonathanHope
name: homebrew-armaria
branch: main
token: "{{ .Env.TAP_AUTH_TOKEN }}"

0 comments on commit 533eefe

Please sign in to comment.