Permalink
Cannot retrieve contributors at this time
28 lines (28 sloc)
486 Bytes
{ | |
"version": "2.15.6", | |
"npmClient": "yarn", | |
"useWorkspaces": true, | |
"conventionalCommits": true, | |
"exact": true, | |
"packages": [ | |
"packages/*", | |
"distributions/*" | |
], | |
"command": { | |
"publish": { | |
"npmClient": "npm" | |
}, | |
"init": { | |
"exact": true | |
} | |
}, | |
"changelog": { | |
"labels": { | |
"feat": "New Feature", | |
"fix": "Bug Fix", | |
"docs": "Documentation", | |
"perf": "Performance", | |
"refactor": "Code Refactoring" | |
} | |
} | |
} |