{ "packages": [ "packages/*", "example" ], "npmClient": "yarn", "useWorkspaces": true, "version": "independent", "command": { "publish": { "allowBranch": "main", "conventionalCommits": true, "createRelease": "github", "distTag": "next", "message": "chore: publish", "ignoreChanges": [ "**/__fixtures__/**", "**/__tests__/**", "**/*.md", "**/example/**" ] } } }