File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ archives:
33
33
- format : zip
34
34
name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
35
35
checksum :
36
+ extra_files :
37
+ - glob : ' terraform-registry-manifest.json'
38
+ name_template : ' {{ .ProjectName }}_{{ .Version }}_manifest.json'
36
39
name_template : ' {{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
37
40
algorithm : sha256
38
41
signs :
48
51
- " --detach-sign"
49
52
- " ${artifact}"
50
53
release :
54
+ extra_files :
55
+ - glob : ' terraform-registry-manifest.json'
56
+ name_template : ' {{ .ProjectName }}_{{ .Version }}_manifest.json'
51
57
# Visit your project's GitHub Releases page to publish this release.
52
58
draft : true
53
59
changelog :
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : 1 ,
3
+ "metadata" : {
4
+ "protocol_versions" : [" 5.0" ]
5
+ }
6
+ }
You can’t perform that action at this time.
0 commit comments