hosts/.release-it.json

16 lines
203 B
JSON
Raw Normal View History

2018-03-07 05:59:17 +01:00
{
"src": {
"tagName": "v%s"
},
"github": {
"release": true
},
"npm": {
"publish": false,
"publishPath": ".",
"tag": "latest",
"private": false,
"access": null
}
}