hosts/.release-it.json

18 lines
248 B
JSON
Raw Normal View History

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