{ "version": "independent", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, "yes": true, "noPush": true, "gitTagVersion": false, "packages": [ "packages/*", "distributions/*" ], "command": { "publish": { "npmClient": "npm" } }, "changelog": { "labels": { "feat": "New Feature", "fix": "Bug Fix", "docs": "Documentation", "perf": "Performance", "refactor": "Code Refactoring" } } }