Skip to content

Commit 1ca57fd

Browse files
committed
Add registry manifest file
1 parent 84ad021 commit 1ca57fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ release: crossbuild
4242
zip -j releases/terraform-provider-sops_$(RELEASE)_$$OSARCH.zip binaries/$(VERSION)/$$OSARCH/terraform-provider-sops_* > /dev/null; \
4343
gh release upload $(VERSION) "releases/terraform-provider-sops_$(RELEASE)_$$OSARCH.zip#terraform-provider-sops_$(RELEASE)_$$OSARCH.zip"; \
4444
done
45+
@echo ">>> uploading manifest"
46+
gh release upload $(VERSION) "terraform-registry-manifest.json#releases/terraform-provider-sops_$(RELEASE)_manifest.json"
4547
@echo ">>> generating sha256sums:"
4648
cd releases; sha256sum *.zip | tee terraform-provider-sops_$(RELEASE)_SHA256SUMS
4749
gh release upload $(VERSION) "releases/terraform-provider-sops_$(RELEASE)_SHA256SUMS#terraform-provider-sops_$(RELEASE)_SHA256SUMS"

terraform-registry-manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": 1,
3+
"metadata": {
4+
"protocol_versions": ["6.0"]
5+
}
6+
}

0 commit comments

Comments
 (0)