github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/release-please/config-go.json (about)

     1  {
     2    "bootstrap-sha": "ade97a80edd1f7435a53003fa6b0f356d3938352",
     3    "exclude-paths": [
     4      "README.md",
     5      "*.json",
     6      ".github",
     7      ".gitignore",
     8      "doc",
     9      "docs",
    10      "output",
    11      "release-please",
    12      "openapi-generator/templates/cli",
    13      "openapi-generator/templates/java",
    14      "openapi-generator/templates/python",
    15      "openapi-generator/templates/php",
    16      "openapi-generator/templates/ruby-client",
    17      "openapi-generator/templates/typescript-fetch",
    18      "openapi-generator/cli_lang.yaml",
    19      "openapi-generator/java_lang.yaml",
    20      "openapi-generator/php_lang.yaml",
    21      "openapi-generator/python_lang.yaml",
    22      "openapi-generator/ruby_lang.yaml",
    23      "openapi-generator/typescript_lang.yaml",
    24      "clients/cli",
    25      "clients/java",
    26      "clients/python",
    27      "clients/php",
    28      "clients/ruby",
    29      "clients/typescript"
    30    ],
    31    "include-component-in-tag": true,
    32    "packages": {
    33      ".": {
    34        "component": "go",
    35        "release-type": "simple",
    36        "version-file": "openapi-generator/templates/go/version.mustache",
    37        "changelog-path": "clients/go/CHANGELOG.md",
    38        "extra-files": [
    39          {
    40            "type": "yaml",
    41            "path": "openapi-generator/go_lang.yaml",
    42            "jsonpath": "$.packageVersion"
    43          },
    44          "clients/cli/go.mod",
    45          "openapi-generator/templates/go/README.mustache",
    46          "openapi-generator/templates/go/go.mod.mustache",
    47          "clients/go/test/api_custom_metadata_test.go",
    48          "clients/go/test/api_jobs_test.go",
    49          "clients/go/test/api_locales_test.go"
    50        ]
    51      }
    52    },
    53    "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
    54  }