hosts/.release-it.json

14 lines
161 B
JSON
Raw Normal View History

2018-03-06 23:59:17 -05:00
{
"src": {
"tagName": "v%s",
"commitArgs": "-S",
"tagArgs": "-S"
2018-03-06 23:59:17 -05:00
},
"github": {
2024-08-08 16:00:19 -04:00
"release": true
2018-03-06 23:59:17 -05:00
},
"npm": {
2020-03-28 11:34:39 -04:00
"publish": false
2018-03-06 23:59:17 -05:00
}
}