diff --git a/.github/release-please-config.json b/.github/release-please-config.json index b16476d..262a105 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -9,7 +9,12 @@ "always-update": true, "prerelease": false, "extra-files": [ - "chart/Chart.yaml" + "chart/Chart.yaml", + { + "type": "yaml", + "path": "chart/values.yaml", + "jsonpath": "$.appVersion" + } ] } }, diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ebbb200..7d5d8a6 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: casecmp description: A Helm chart for casecmp type: application -version: 2.3.0 # x-release-please-version -appVersion: 2.3.0 # x-release-please-version +version: 2.3.0 +appVersion: 2.3.0