{
  "bootstrap-sha": "HEAD",
  "last-release-sha": "HEAD",
  "packages": {
    ".": {
      "changelog-path": "CHANGELOG.md",
      "release-type": "node",
      "initial-version": "0.0.0",
      "bump-minor-pre-major": true,
      "bump-patch-for-minor-pre-major": true,
      "draft": false,
      "prerelease": false,
      "include-component-in-tag": false,
      "include-v-in-tag": true,
      "versioning": "default",
      "extra-files": [
        "package.json",
        "package-lock.json"
      ],
      "changelog-sections": [
        {"type": "feat", "section": "Features"},
        {"type": "fix", "section": "Bug Fixes"},
        {"type": "perf", "section": "Performance Improvements"},
        {"type": "revert", "section": "Reverts"},
        {"type": "docs", "section": "Documentation"},
        {"type": "style", "section": "Styles"},
        {"type": "refactor", "section": "Code Refactoring"},
        {"type": "test", "section": "Tests"},
        {"type": "build", "section": "Build System"},
        {"type": "ci", "section": "Continuous Integration"}
      ]
    }
  },
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
