Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gphorvath committed Nov 2, 2024
1 parent 504307c commit 4cd3e78
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,26 @@ builds:
- -s -w -X main.version={{.Version}}

brews:
- repository:
owner: gphorvath
name: grimoire
token: "{{ .Env.GITHUB_TOKEN }}"
commit_author:
name: goreleaserbot
email: [email protected]
- name: grimoire
homepage: https://github.com/gphorvath/grimoire
description: A prompt engineer's Grimoire to assist with getting the best results from Generative AI prompts
license: MIT
test: |
system "#{bin}/grimoire --version"
install: |
bin.install "grimoire"
commit_author:
name: goreleaserbot
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
repository:
owner: gphorvath
name: grimoire
branch: main
pull_request:
enabled: true
base:
branch: main

nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand Down

0 comments on commit 4cd3e78

Please sign in to comment.