2020-08-27 17:18:57 +08:00
|
|
|
{
|
2021-06-25 15:43:04 +08:00
|
|
|
"version": "independent",
|
2020-09-19 16:12:11 +08:00
|
|
|
"changelog": {
|
|
|
|
"repo": "WeBankFinTech/fes.js",
|
|
|
|
"cacheDir": ".changelog",
|
|
|
|
"labels": {
|
|
|
|
"PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance",
|
|
|
|
"PR: Breaking Change :boom:": ":boom: Breaking Change",
|
|
|
|
"PR: New Feature :rocket:": ":rocket: New Feature",
|
|
|
|
"PR: Bug Fix :bug:": ":bug: Bug Fix",
|
|
|
|
"PR: Polish :nail_care:": ":nail_care: Polish",
|
|
|
|
"PR: Docs :memo:": ":memo: Documentation",
|
|
|
|
"PR: Internal :house:": ":house: Internal",
|
|
|
|
"PR: Performance :running_woman:": ":running_woman: Performance",
|
|
|
|
"PR: Revert :leftwards_arrow_with_hook:": ":leftwards_arrow_with_hook: Revert"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"command": {
|
|
|
|
"publish": {
|
2020-09-19 19:11:33 +08:00
|
|
|
"ignoreChanges": [
|
|
|
|
"*.md",
|
|
|
|
"**/test/**"
|
|
|
|
],
|
2020-09-19 16:47:03 +08:00
|
|
|
"message": "chore(release): publish"
|
2020-09-19 16:12:11 +08:00
|
|
|
}
|
|
|
|
},
|
2020-08-27 17:18:57 +08:00
|
|
|
"packages": [
|
2020-09-19 16:47:03 +08:00
|
|
|
"packages/*"
|
2020-08-27 17:18:57 +08:00
|
|
|
],
|
2020-11-02 09:51:40 +08:00
|
|
|
"npmClient": "yarn",
|
|
|
|
"useWorkspaces": true,
|
2020-09-19 19:11:33 +08:00
|
|
|
"ignoreChanges": [
|
|
|
|
"**/test/**",
|
|
|
|
"**/*.md"
|
|
|
|
]
|
2020-08-27 17:18:57 +08:00
|
|
|
}
|