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