hosts/.release-it.json

14 lines
161 B
JSON
Raw Permalink 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": {
2020-03-28 16:34:39 +01:00
"publish": false
2018-03-07 05:59:17 +01:00
}
}