diff --git a/README.md b/README.md index d925a12..ea044f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Node BBS Signatures ![Master](https://github.com/mattrglobal/node-bbs-signatures/workflows/push-master/badge.svg) +![Release](https://github.com/mattrglobal/node-bbs-signatures/workflows/push-release/badge.svg) This repository is the home to a performant multi-message digital signature algorithm implementation which supports deriving zero knowledge proofs that enable selective disclosure from the originally signed message set. diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 20bd25a..0cad074 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -30,6 +30,9 @@ An unstable release is triggered on every commit to master, where the `/.github/ **Note** The `/.github/workflows/push-master.yaml` will skip if the commit message includes `[skip ci]` +**Note** To skip the automatic release of a new unstable version append `[skip ci]` to the end of the commit message +that is merged into master. + ## Manual Release If the automated unstable release fails, please run the following manually diff --git a/package.json b/package.json index 9ccb41a..57cfb78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mattrglobal/node-bbs-signatures", - "version": "0.2.0", - "description": "", + "version": "0.0.1", + "description": "An implementation of BBS+ signatures using rust and typescript for node.js", "homepage": "https://github.com/mattrglobal/node-bbs-signatures", "main": "lib/index.js", "engines": {