Skip to content

Commit

Permalink
Add initital support for creating brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Jul 7, 2024
1 parent 38ba9ef commit a94e6e7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,27 @@ archives:
brews:
- name: yamll
homepage: https://github.com/nikhilsbhat/yamll
url_template: "https://github.com/nikhilsbhat/yamll/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
description: "A utility that allows importing YAML files as libraries, similar to how programming languages manage dependencies"
license: "MIT"
directory: Formula
commit_msg_template: "Add brew formula for {{ .ProjectName }} latest"
download_strategy: CurlDownloadStrategy
commit_author:
name: nikhilsbhat
email: nikhilsbhat93@gmail.com
repository:
owner: nikhilsbhat
name: homebrew-stable
branch: main
pull_request:
enabled: true
base:
owner: nikhilsbhat
name: homebrew-stable
branch: main
- name: '{{ .ProjectName }}@{{ .Version }}'
homepage: https://github.com/nikhilsbhat/yamll
url_template: "https://github.com/nikhilsbhat/yamll/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
description: "A utility that allows importing YAML files as libraries, similar to how programming languages manage dependencies"
Expand Down

0 comments on commit a94e6e7

Please sign in to comment.