{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "packages": {
    ".github/actions/notify-slack": {
      "component": "notify-slack",
      "release-type": "simple",
      "changelog-path": "CHANGELOG.md",
      "include-component-in-tag": true
    },
    ".github/actions/resolve-reviews": {
      "component": "resolve-reviews",
      "release-type": "simple",
      "changelog-path": "CHANGELOG.md",
      "include-component-in-tag": true
    },
    ".github/actions/setup-ci": {
      "component": "setup-ci",
      "release-type": "simple",
      "changelog-path": "CHANGELOG.md",
      "include-component-in-tag": true
    },
    ".github/workflows/benchmark-command.yml": {
      "component": "benchmark-command",
      "release-type": "simple",
      "changelog-path": "CHANGELOG.md",
      "include-component-in-tag": true,
      "extra-files": [
        "fastlane/**"
      ]
    }
  },
  "release-type": "simple",
  "bump-minor-pre-major": true,
  "bump-patch-for-minor-pre-major": true,
  "changelog-sections": [
    {
      "type": "feat",
      "section": "Features",
      "hidden": false
    },
    {
      "type": "fix",
      "section": "Bug Fixes",
      "hidden": false
    },
    {
      "type": "perf",
      "section": "Performance Improvements",
      "hidden": false
    },
    {
      "type": "revert",
      "section": "Reverts",
      "hidden": false
    },
    {
      "type": "docs",
      "section": "Documentation",
      "hidden": false
    },
    {
      "type": "style",
      "section": "Styles",
      "hidden": true
    },
    {
      "type": "chore",
      "section": "Miscellaneous Chores",
      "hidden": true
    },
    {
      "type": "refactor",
      "section": "Code Refactoring",
      "hidden": false
    },
    {
      "type": "test",
      "section": "Tests",
      "hidden": true
    },
    {
      "type": "build",
      "section": "Build System",
      "hidden": true
    },
    {
      "type": "ci",
      "section": "Continuous Integration",
      "hidden": true
    }
  ]
}
