Skip to content

Commit

Permalink
adding manifest to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
anapsix committed Sep 1, 2024
1 parent a353408 commit 60cd92f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ signs:
- "--detach-sign"
- "${artifact}"
release:
extra_files:
- 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
changelog:
Expand Down

0 comments on commit 60cd92f

Please sign in to comment.