{
  "separate-pull-requests": true,
  "last-release-sha": "9bb78bb1c74aeb3524fb258d8c77d8493c42cd4f",
  "bump-minor-pre-major": true,
  "bump-patch-for-minor-pre-major": true,
  "pull-request-title-pattern": "chore: release${component} ${version}",
  "signoff": "keptn-bot <86361500+keptn-bot@users.noreply.github.com>",
  "packages": {
    ".": {
      "package-name": "keptn",
      "changelog-path": "CHANGELOG.md",
      "release-type": "go",
      "prerelease": false,
      "monorepo-tags": "keptn",
      "draft": false,
      "exclude-paths": [
        "keptn-cert-manager",
        "lifecycle-operator",
        "metrics-operator",
        "runtimes",
        ".github/actions/spelling",
        "test",
        "examples"
      ],
      "extra-files": [
        "README.md",
        "operator/config/manager/manager.yaml",
        "chart/Chart.yaml",
        "Makefile",
        "chart/values.yaml",
        "chart/README.md",
        "docs/docs/getting-started/observability.md"
      ]
    },
    "keptn-cert-manager": {
      "package-name": "cert-manager",
      "changelog-path": "CHANGELOG.md",
      "release-type": "go",
      "monorepo-tags": "cert-manager",
      "prerelease": false,
      "draft": false,
      "extra-files": [
        "Makefile",
        "chart/Chart.yaml",
        "chart/values.yaml"
      ]
    },
    "lifecycle-operator": {
      "package-name": "lifecycle-operator",
      "component": "lifecycle-operator",
      "changelog-path": "CHANGELOG.md",
      "release-type": "go",
      "monorepo-tags": "lifecycle-operator",
      "prerelease": false,
      "draft": false,
      "extra-files": [
        "Makefile",
        "chart/Chart.yaml",
        "chart/values.yaml"
      ]
    },
    "metrics-operator": {
      "package-name": "metrics-operator",
      "changelog-path": "CHANGELOG.md",
      "release-type": "go",
      "monorepo-tags": "metrics-operator",
      "prerelease": false,
      "draft": false,
      "extra-files": [
        "Makefile",
        "converter/sli_converter.md",
        "converter/slo_converter.md",
        "chart/Chart.yaml",
        "chart/values.yaml"
      ]
    },
    "runtimes/python-runtime": {
      "package-name": "python-runtime",
      "changelog-path": "CHANGELOG.md",
      "release-type": "go",
      "monorepo-tags": "python-runtime",
      "prerelease": false,
      "draft": false
    },
    "runtimes/deno-runtime": {
      "package-name": "deno-runtime",
      "changelog-path": "CHANGELOG.md",
      "release-type": "go",
      "monorepo-tags": "deno-runtime",
      "prerelease": false,
      "draft": false
    }
  },
  "changelog-sections": [
    {
      "type": "feat",
      "section": "Features"
    },
    {
      "type": "fix",
      "section": "Bug Fixes"
    },
    {
      "type": "chore",
      "section": "Other"
    },
    {
      "type": "docs",
      "section": "Docs"
    },
    {
      "type": "perf",
      "section": "Performance"
    },
    {
      "type": "build",
      "hidden": true,
      "section": "Build"
    },
    {
      "type": "deps",
      "section": "Dependency Updates"
    },
    {
      "type": "ci",
      "hidden": true,
      "section": "CI"
    },
    {
      "type": "refactor",
      "section": "Refactoring"
    },
    {
      "type": "revert",
      "hidden": true,
      "section": "Reverts"
    },
    {
      "type": "style",
      "hidden": true,
      "section": "Styling"
    },
    {
      "type": "test",
      "hidden": true,
      "section": "Tests"
    }
  ],
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
