Skip to content

Commit

Permalink
Merge pull request #100 from SuperBuker/go_releaser
Browse files Browse the repository at this point in the history
Go Releaser config
  • Loading branch information
SuperBuker authored Jan 1, 2025
2 parents d137b2a + fabd755 commit 4c762cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 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 @@ -58,4 +59,4 @@ release:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
changelog:
skip: true
disable: true

0 comments on commit 4c762cc

Please sign in to comment.