From cb2548f989254bd9a00f2b35e1ba9ae85e57f730 Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 29 May 2026 10:20:19 -0800 Subject: [PATCH] Make Helm and changelog commit more specific --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 51e57cb86..64355ee0d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 \