Skip to content

Commit

Permalink
chore: add version to .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter committed Oct 11, 2024
1 parent f6c2db8 commit eb8a85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,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 @@ -56,5 +58,3 @@ 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

0 comments on commit eb8a85d

Please sign in to comment.