Skip to content

Commit

Permalink
ci: fix chart version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bergerx committed Dec 17, 2019
1 parent 73c6bf1 commit 9f6ff69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/exec", {
"prepareCmd" : "sed -i 's/^version: .*/version: ${nextRelease.version}/' charts/tillerless-helm-release-exporter/Chart.yaml",
"prepareCmd" : "sed -i 's/^appVersion: .*/appVersion: ${nextRelease.version}/' charts/tillerless-helm-release-exporter/Chart.yaml",
"prepareCmd" : "sed -i 's/^\\(version\\|appVersion\\): .*/\\1: ${nextRelease.version}/' charts/tillerless-helm-release-exporter/Chart.yaml"
}],
["@semantic-release/git", {
"assets": [ "CHANGELOG.md", "charts/tillerless-helm-release-exporter/Chart.yaml" ]
Expand Down

0 comments on commit 9f6ff69

Please sign in to comment.