{
  "separate-pull-requests": {{{ del }}},
  {{#if isMonoPublic }}
  "plugins": [
    "node-workspace",
    "node-workspace-format"
  ],
  {{/if}}
  "exclude-packages-from-root": {{{ del }}},
  "group-pull-request-title-pattern": "chore: release ${version}",
  "pull-request-title-pattern": "chore: release${component} ${version}",
  "changelog-sections": {{{ json changelogTypes }}},
  "prerelease-type": "pre.0",
  "packages": {
    "{{ pkgPath }}": {
      {{#if isRoot}}
      "package-name": ""{{#if workspacePaths}},
      "exclude-paths": {{{ json workspacePaths }}}
      {{/if}}
      {{/if}}
    }
  }
}
