From ef876eff4ec8b23fc86b7ce3c8037de1f45ee2c7 Mon Sep 17 00:00:00 2001 From: Alexandru Claudius Virtopeanu Date: Thu, 27 Jun 2024 17:05:30 +0300 Subject: [PATCH] fix: goreleaser v2 --- .goreleaser.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3b8d457fa..878c81ac7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,8 +1,10 @@ +version: 2 project_name: ionosctl before: hooks: - go mod tidy + builds: - id: ionosctl main: ./main.go @@ -57,7 +59,7 @@ brews: repository: owner: ionos-cloud name: homebrew-ionos-cloud - folder: Formula + directory: Formula goarm: "7" homepage: https://github.com/ionos-cloud/ionosctl description: IonosCTL is a tool to help you manage your Ionos Cloud resources directly from your terminal. @@ -78,7 +80,7 @@ release: header: | ## [{{ .Tag }}] ({{ .Date }}) -# If you want to manually examine the release before its live, uncomment this line: +# If you want to manually examine the release before it's live, uncomment this line: # draft: true changelog: sort: asc