{
  "version": "0.1.6",
  "packages": [
    "packages/*",
    "apps/*"
  ],
  "command": {
    "publish": {
      "conventionalCommits": true,
      "ignoreChanges": [
        "test/**/*",
        "*.md",
        "scripts",
        "lib",
        "tslint.json",
        "tsconfig.json"
      ]
    }
  },
  "useWorkspaces": true,
  "npmClient": "yarn"
}
