2020-03-21 10:59:00 -04:00
|
|
|
{
|
2020-03-21 14:25:39 -04:00
|
|
|
"git": {
|
2020-03-21 14:49:58 -04:00
|
|
|
"commitMessage": "release v${version}",
|
2020-03-21 14:25:39 -04:00
|
|
|
"requireBranch": "master",
|
2020-03-21 14:49:58 -04:00
|
|
|
"requireCommits": true,
|
|
|
|
"tagAnnotation": "release v${version}",
|
|
|
|
"tagName": "v${version}"
|
2020-03-21 14:25:39 -04:00
|
|
|
},
|
2020-03-21 10:59:00 -04:00
|
|
|
"github": {
|
2020-03-21 14:49:58 -04:00
|
|
|
"release": true,
|
2020-03-21 14:52:26 -04:00
|
|
|
"releaseName": "xlnt v${version}"
|
2020-03-21 10:59:00 -04:00
|
|
|
},
|
2020-03-21 14:57:06 -04:00
|
|
|
"npm": {
|
|
|
|
"publish": false
|
|
|
|
},
|
2020-03-21 10:59:00 -04:00
|
|
|
"plugins": {
|
|
|
|
"@release-it/bumper": {
|
|
|
|
"out": {
|
2020-03-21 15:16:20 -04:00
|
|
|
"file": "source/CMakeLists.txt",
|
2020-03-21 10:59:00 -04:00
|
|
|
"type": "text/plain"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|