File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
6363 git config --global user.email opensource@coder.com
6464 git checkout -b "update/$VERSION"
6565 git add .
66- git commit -m "Update VS Code to $VERSION"
66+ git commit -m "Update Code to $VERSION"
6767 git push -u origin "$(git branch --show)"
6868 gh pr create \
6969 --repo coder/code-server \
70- --title "Update VS Code to $VERSION" \
70+ --title "Update Code to $VERSION" \
7171 --body-file .cache/checklist \
7272 --draft
Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ function main() {
132132 fi
133133 target_vscode_version=" ${VERSION# v} "
134134 steps+=(
135- " Update VS Code to $target_vscode_version " " update_vscode"
136- " Refresh VS Code patches" " refresh_patches"
135+ " Update Code to $target_vscode_version " " update_vscode"
136+ " Refresh Code patches" " refresh_patches"
137137 )
138138 else
139139 target_vscode_version=" $( git -C lib/vscode describe --tags --exact-match) "
140- echo " Detected VS Code version $target_vscode_version "
140+ echo " Detected Code version $target_vscode_version "
141141 fi
142142
143143 steps+=(
You can’t perform that action at this time.
0 commit comments