From 07a04f79282aafefca9de81f5e961dd4d1b0f6de Mon Sep 17 00:00:00 2001 From: James Telfer <792299+jamestelfer@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:25:10 +1000 Subject: [PATCH] ci: update GoReleaser config to v2 Verified with --- .goreleaser.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 397cdcc..7268306 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + builds: - binary: cfparams env: @@ -32,14 +34,14 @@ changelog: brews: - name: cfparams - tap: + repository: owner: cultureamp name: homebrew-tap commit_author: name: cultureamp-ci email: 36431315+cultureamp-ci@users.noreply.github.com - folder: Formula + directory: Formula homepage: https://github.com/cultureamp/cfparams description: Wrangle parameters for AWS CloudFormation