Skip to content

Commit

Permalink
fix: goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
avirtopeanu-ionos committed Jun 27, 2024
1 parent cd79ec3 commit ef876ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: 2
project_name: ionosctl

before:
hooks:
- go mod tidy

builds:
- id: ionosctl
main: ./main.go
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit ef876ef

Please sign in to comment.