mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 02:16:40 +00:00
ci(chart): attempt to fix release-please chart version update
This commit is contained in:
7
.github/release-please-config.json
vendored
7
.github/release-please-config.json
vendored
@@ -9,7 +9,12 @@
|
|||||||
"always-update": true,
|
"always-update": true,
|
||||||
"prerelease": false,
|
"prerelease": false,
|
||||||
"extra-files": [
|
"extra-files": [
|
||||||
"chart/Chart.yaml"
|
"chart/Chart.yaml",
|
||||||
|
{
|
||||||
|
"type": "yaml",
|
||||||
|
"path": "chart/values.yaml",
|
||||||
|
"jsonpath": "$.appVersion"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: casecmp
|
name: casecmp
|
||||||
description: A Helm chart for casecmp
|
description: A Helm chart for casecmp
|
||||||
type: application
|
type: application
|
||||||
version: 2.3.0 # x-release-please-version
|
version: 2.3.0
|
||||||
appVersion: 2.3.0 # x-release-please-version
|
appVersion: 2.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user