From 1b825d0729bdd271a98243d856a41275203580a7 Mon Sep 17 00:00:00 2001 From: Kushal Malani Date: Thu, 11 Jul 2024 10:38:53 -0400 Subject: [PATCH 1/2] Update goreleaser.yaml to version 2.0 --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2f9d58b7a..e35aa8ae9 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. From b70b8a0df091cda67178d91a885be09c57aab5bf Mon Sep 17 00:00:00 2001 From: Kushal Malani Date: Thu, 11 Jul 2024 10:44:38 -0400 Subject: [PATCH 2/2] More updates --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e35aa8ae9..5ad43f0a5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,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.