diff --git a/.goreleaser.yml b/.goreleaser.yml index 9ca2a82..aa994c3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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"