Skip to content

Commit

Permalink
chore: set version in goreleaser yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thulasirajkomminar committed Jun 23, 2024
1 parent 7f75b6a commit f4de323
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 f4de323

Please sign in to comment.