github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/release-please/config-typescript.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/go",
    14      "openapi-generator/templates/java",
    15      "openapi-generator/templates/python",
    16      "openapi-generator/templates/php",
    17      "openapi-generator/templates/ruby-client",
    18      "openapi-generator/cli_lang.yaml",
    19      "openapi-generator/go_lang.yaml",
    20      "openapi-generator/java_lang.yaml",
    21      "openapi-generator/php_lang.yaml",
    22      "openapi-generator/python_lang.yaml",
    23      "openapi-generator/ruby_lang.yaml",
    24      "clients/cli",
    25      "clients/go",
    26      "clients/java",
    27      "clients/python",
    28      "clients/php",
    29      "clients/ruby"
    30    ],
    31    "include-component-in-tag": true,
    32    "packages": {
    33      ".": {
    34        "component": "typescript",
    35        "release-type": "simple",
    36        "version-file": "openapi-generator/templates/typescript-fetch/version.mustache",
    37        "changelog-path": "clients/typescript/CHANGELOG.md",
    38        "extra-files": [
    39          {
    40            "type": "yaml",
    41            "path": "openapi-generator/typescript_lang.yaml",
    42            "jsonpath": "$.npmVersion"
    43          }
    44        ]
    45      }
    46    },
    47    "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
    48  }