2018-10-17 21:28:25 +00:00
|
|
|
{
|
2020-08-04 15:33:56 +00:00
|
|
|
"version": "2.14.1",
|
2018-10-17 21:28:25 +00:00
|
|
|
"npmClient": "yarn",
|
|
|
|
"useWorkspaces": true,
|
|
|
|
"conventionalCommits": true,
|
2018-11-17 22:22:53 +00:00
|
|
|
"exact": true,
|
2018-10-17 21:28:25 +00:00
|
|
|
"packages": [
|
|
|
|
"packages/*",
|
|
|
|
"distributions/*"
|
|
|
|
],
|
|
|
|
"command": {
|
|
|
|
"publish": {
|
|
|
|
"npmClient": "npm"
|
2019-01-23 19:31:34 +00:00
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"exact": true
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|
2018-10-31 16:33:22 +00:00
|
|
|
},
|
|
|
|
"changelog": {
|
|
|
|
"labels": {
|
|
|
|
"feat": "New Feature",
|
|
|
|
"fix": "Bug Fix",
|
|
|
|
"docs": "Documentation",
|
|
|
|
"perf": "Performance",
|
|
|
|
"refactor": "Code Refactoring"
|
|
|
|
}
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|
|
|
|
}
|