xlnt/release/.release-it.json

15 lines
201 B
JSON
Raw Normal View History

2020-03-21 22:59:00 +08:00
{
"github": {
"release": true
},
2020-03-21 23:02:03 +08:00
"npm": false,
2020-03-21 22:59:00 +08:00
"plugins": {
"@release-it/bumper": {
"out": {
2020-03-21 23:02:03 +08:00
"file": "../CMakeLists.txt",
2020-03-21 22:59:00 +08:00
"type": "text/plain"
}
}
}
}