diff --git a/.goreleaser.yml b/.goreleaser.yml index 2f9d58b7a..5ad43f0a5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,7 @@ # This is an example goreleaser.yaml file with some sane defaults. # Make sure to check the documentation at http://goreleaser.com project_name: astro +version: 2 before: hooks: # You may remove this if you don't use go modules. @@ -32,10 +33,10 @@ builds: - 7 ldflags: -s -w -X github.com/astronomer/astro-cli/version.CurrVersion={{ .Version }} brews: - - tap: + - repository: owner: astronomer name: homebrew-tap - folder: Formula + directory: Formula # Setting this will prevent goreleaser to actually try to commit the updated # formula - instead, the formula file will be stored on the dist folder only, # leaving the responsibility of publishing it to the user.