Skip to content

Commit cb2548f

Browse files
committed
Make Helm and changelog commit more specific
1 parent f87e243 commit cb2548f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
git config --global user.email opensource@coder.com
160160
git checkout -b "helm/$VERSION"
161161
git add .
162-
git commit -m "Update to $VERSION"
162+
git commit -m "Update Helm chart and changelog with $VERSION"
163163
git push -u origin "$(git branch --show)"
164164
gh pr create \
165165
--repo coder/code-server \

0 commit comments

Comments
 (0)