Add .release-it.json file to the repo.

This commit is contained in:
StevenBlack
2018-03-06 23:59:17 -05:00
parent 9174744878
commit c06a49c257

15
.release-it.json Normal file
View File

@@ -0,0 +1,15 @@
{
"src": {
"tagName": "v%s"
},
"github": {
"release": true
},
"npm": {
"publish": false,
"publishPath": ".",
"tag": "latest",
"private": false,
"access": null
}
}