{
  "useWorkspaces": true,
  "command": {
    "version": {
      "conventionalCommits": true,
      "gitRemote": "upstream",
      "ignoreChanges": [
        "__package__.ts",
        "*.md"
      ],
      "allowBranch": "trunk"
    },
    "publish": {}
  },
  "version": "independent",
  "npmClient": "npm",
  "lerna": "3.6.0"
}