fix(semantic release): Adding semantic release

This commit is contained in:
Chris Troutner
2020-07-06 11:01:46 -07:00
parent bc67b1500f
commit 07d1462563
3 changed files with 5646 additions and 0 deletions
+11
View File
@@ -22,5 +22,16 @@
},
"bugs": {
"url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter/issues"
},
"devDependencies": {
"semantic-release": "^17.1.1"
},
"release": {
"publish": [
{
"path": "@semantic-release/npm",
"npmPublish": false
}
]
}
}