We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2b5b0 commit d577801Copy full SHA for d577801
.releaserc.json
@@ -6,7 +6,7 @@
6
[
7
"@semantic-release/exec",
8
{
9
- "prepareCmd": "yq e '.version = \"${nextRelease.version}\"' -i Chart.yaml && yq e '.appVersion = \"${nextRelease.version}\"' -i Chart.yaml"
+ "prepareCmd": "yq e '.version = \"${nextRelease.version}\"' -i Chart.yaml"
10
}
11
],
12
Chart.yaml
@@ -7,4 +7,4 @@ sources:
- https://github.com/cloudbase/garm
type: application
version: 1.0.0
-appVersion: "1.0.0"
+appVersion: "nightly@sha256:ed016672a8c7a4c096039796ea77a398ca9757fa6c5a17787634d96e3cb978df"
0 commit comments