Skip to content

Commit

Permalink
fix: Resolve issues that prevented goreleaser v2.x compatibility (#1460)
Browse files Browse the repository at this point in the history
* Add version tag to goreleaser config

* skip to disable
  • Loading branch information
lgarber-akamai authored Jun 5, 2024
1 parent ff190b0 commit 9331240
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -44,4 +43,4 @@ signs:
- "--detach-sign"
- "${artifact}"
changelog:
skip: true
disable: true

0 comments on commit 9331240

Please sign in to comment.