Remove "VS" from updates

Technically it is Code (or Code OSS), not VS Code.
This commit is contained in:
Asher
2026-05-20 14:06:40 -08:00
parent 51bc3c0f09
commit cd1586214e
2 changed files with 5 additions and 5 deletions

View File

@@ -63,10 +63,10 @@ jobs:
git config --global user.email opensource@coder.com
git checkout -b "update/$VERSION"
git add .
git commit -m "Update VS Code to $VERSION"
git commit -m "Update Code to $VERSION"
git push -u origin "$(git branch --show)"
gh pr create \
--repo coder/code-server \
--title "Update VS Code to $VERSION" \
--title "Update Code to $VERSION" \
--body-file .cache/checklist \
--draft