Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 786 Bytes

RELEASING.md

File metadata and controls

18 lines (12 loc) · 786 Bytes

Release process

Releasing new versions of fabric-chaincode-wasm is currently a manual process.

Create GitHub release

Create a new fabric-chaincode-wasm release

Publish Docker image

Publish a docker image for use when running Wasm chaincode as an external service by following the instructions for Pushing a Docker container image to Docker Hub, e.g.

docker build -t hyperledgendary/fabric-chaincode-wasm .
docker tag hyperledgendary/fabric-chaincode-wasm hyperledgendary/fabric-chaincode-wasm:tag
docker push hyperledgendary/fabric-chaincode-wasm
docker push hyperledgendary/fabric-chaincode-wasm:tag