Skip to content

Commit

Permalink
[ci] Update goreleaser configuration to generate changelog github style
Browse files Browse the repository at this point in the history
Signed-off-by: Wilfried Roset <[email protected]>
  • Loading branch information
wilfriedroset committed Jan 17, 2025
1 parent 190dffd commit 1ae5f74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ release:
- glob: "terraform-registry-manifest.json"
name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
draft: true
changelog:
disable: false
use: github

0 comments on commit 1ae5f74

Please sign in to comment.