Skip to content

Commit

Permalink
ci: add changelog to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jan 4, 2024
1 parent fc39866 commit e524c7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ release:
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'

changelog:
skip: true
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit e524c7e

Please sign in to comment.