{
  "packages": ["packages/*"],
  "version": "independent",
  "granularPathspec": false,
  "npmClient": "yarn",
  "useWorkspaces": true,
  "command": {
    "publish": {
      "conventionalCommits": true,
      "ignoreChanges": [
        "**/*.md",
        "**/tsconfig.json",
        "**/test/**",
        "**/stories/**"
      ]
    }
  }
}
