Skip to content

Commit

Permalink
upgrade .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalpress committed May 3, 2023
1 parent f10df35 commit 4501765
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,27 @@ builds:
- -X "github.com/sirrend/terrap-cli/internal/version.Version=${TERRAP_VERSION}"

release:
prerelease: auto
github:
owner: sirrend
name: homebrew-sirrend
prerelease: auto
github:
owner: sirrend
name: terrap-cli

universal_binaries:
- replace: true
- id: terrap
replace: true

brews:
- name: terrap
homepage: "https://github.com/sirrend/terrap-cli.git"
description: "CLI utility for finding any change between Terraform schemas"
license: "Apache2.0"
tap:
name: homebrew-sirrend
owner: sirrend
branch: main
commit_author:
name: TerrapCI
email: terrapci@sirrend.com

checksum:
name_template: 'checksums.txt'

0 comments on commit 4501765

Please sign in to comment.