File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ main() {
81
81
read -r -p " What version of code-server do you want to update to?" $' \n ' CODE_SERVER_VERSION_TO_UPDATE
82
82
83
83
echo -e " Great! We'll prep a PR for updating to $CODE_SERVER_VERSION_TO_UPDATE \n"
84
- $CMD rg -g ' !yarn.lock' -g ' !*.svg' --files-with-matches --fixed-strings " ${CODE_SERVER_CURRENT_VERSION} " | $CMD xargs sd " $CODE_SERVER_CURRENT_VERSION " " $CODE_SERVER_VERSION_TO_UPDATE "
84
+ $CMD rg -g ' !yarn.lock' -g ' !*.svg' -g ' !CHANGELOG.md ' - -files-with-matches --fixed-strings " ${CODE_SERVER_CURRENT_VERSION} " | $CMD xargs sd " $CODE_SERVER_CURRENT_VERSION " " $CODE_SERVER_VERSION_TO_UPDATE "
85
85
86
86
# Ensure the tests are passing and code coverage is up-to-date
87
87
echo -e " Running unit tests and updating code coverage...\n"
You can’t perform that action at this time.
0 commit comments