Skip to content

Commit

Permalink
workflows: add version to changelog commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Oct 8, 2021
1 parent 4e7299d commit 37d3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Push changes to the main branch and current branch.
git add ${chart_path}/CHANGELOG.md ${chart_path}/Chart.yaml
git commit -m "Update changelog for chart ${chart_name}"
git commit -m "Update changelog for chart ${chart_name} ${chart_version}"
git push origin "${GITHUB_REF##*/}":main "${GITHUB_REF##*/}"
done
Expand Down

0 comments on commit 37d3655

Please sign in to comment.