Skip to content

Commit

Permalink
fix(): update goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tujit Bora committed Jul 3, 2024
1 parent 35803c0 commit 4b1bd49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -63,5 +64,5 @@ release:
name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
# changelog:
# skip: true

0 comments on commit 4b1bd49

Please sign in to comment.