Skip to content

Commit d577801

Browse files
committed
fix: do not change appVersion
1 parent 2a2b5b0 commit d577801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[
77
"@semantic-release/exec",
88
{
9-
"prepareCmd": "yq e '.version = \"${nextRelease.version}\"' -i Chart.yaml && yq e '.appVersion = \"${nextRelease.version}\"' -i Chart.yaml"
9+
"prepareCmd": "yq e '.version = \"${nextRelease.version}\"' -i Chart.yaml"
1010
}
1111
],
1212
[

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sources:
77
- https://github.com/cloudbase/garm
88
type: application
99
version: 1.0.0
10-
appVersion: "1.0.0"
10+
appVersion: "nightly@sha256:ed016672a8c7a4c096039796ea77a398ca9757fa6c5a17787634d96e3cb978df"

0 commit comments

Comments
 (0)