diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..5b23563 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1 @@ +{ ".": "2.0.0" } diff --git a/release-please-config.json b/release-please-config.json deleted file mode 100644 index 5bf8a4d..0000000 --- a/release-please-config.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "release-type": "node", - "include-component-in-tag": false, - "packages": { - ".": { - "extra-files": [ - { - "type": "yaml", - "path": "helm/Chart.yaml", - "jsonpath": "$.version" - }, - { - "type": "yaml", - "path": "helm/Chart.yaml", - "jsonpath": "$.appVersion" - }, - { - "type": "yaml", - "path": "openapi3.yaml", - "jsonpath": "$.info.version" - } - ] - } - } -}