Make Helm and changelog commit more specific

This commit is contained in:
Asher
2026-05-29 10:20:19 -08:00
parent f87e243225
commit cb2548f989

View File

@@ -159,7 +159,7 @@ jobs:
git config --global user.email opensource@coder.com
git checkout -b "helm/$VERSION"
git add .
git commit -m "Update to $VERSION"
git commit -m "Update Helm chart and changelog with $VERSION"
git push -u origin "$(git branch --show)"
gh pr create \
--repo coder/code-server \