{ "lerna": "2.11.0", "packages": ["packages/*"], "version": "independent", "npmClient": "yarn", "useWorkspaces": true, "loglevel": "success", "command": { "version": { "conventionalCommits": true, "preid": "beta", "gitRemote": "origin", "message": "chore(release): publish" } }, "ignoreChanges": [ "**/__fixtures__/**", "**/__tests__/**", "**/*.md" ] }