Skip to content

Commit

Permalink
no chores
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 21, 2024
1 parent 2d49650 commit a3faaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-bin/helm/helm_prepare
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sh -c "sed -i 's/version\:\s[0-9.]\+/version\: ${release_version}/g' ./charts/zi
# Commit changes to ./charts/zipkin/Chart.yaml
git add ./charts/zipkin/Chart.yaml

if git commit -m "chore: prepare chart release ${release_version}"; then
if git commit -m "release: updates for ${release_version}"; then
# Push the changes in ./charts/zipkin/Chart.yaml to the release branch
git push origin ${release_branch}
fi

0 comments on commit a3faaf6

Please sign in to comment.