Skip to content

Commit

Permalink
Merge branch 'fix/update-go-releaser-version' into 'master'
Browse files Browse the repository at this point in the history
update goreleaser version

See merge request cidaas-management/terraform!87
  • Loading branch information
Tujit Bora committed Jul 3, 2024
2 parents 35803c0 + 4b1bd49 commit 611c049
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 611c049

Please sign in to comment.