We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9139a commit 8b0a514Copy full SHA for 8b0a514
1 file changed
.goreleaser.yml
@@ -51,6 +51,9 @@ signs:
51
- "--detach-sign"
52
- "${artifact}"
53
release:
54
+ extra_files:
55
+ - glob: terraform-registry-manifest.json
56
+ name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
57
# If you want to manually examine the release before its live, uncomment this line:
58
# draft: true
59
changelog:
0 commit comments