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 ce0476f commit 38ba9ef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,29 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
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 }} version {{ .Tag }}"
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

snapshot:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}"

Expand Down

0 comments on commit 38ba9ef

Please sign in to comment.