Skip to content

Commit

Permalink
build: reset version for first publish [skip ci] (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
tplooker authored Apr 26, 2020
1 parent 7a97202 commit 712bdf2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 712bdf2

Please sign in to comment.