We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a986b19 commit 7f786f4Copy full SHA for 7f786f4
ci/build/release-prep.sh
@@ -91,7 +91,7 @@ main() {
91
# Updates the svg to be green for the badge
92
$CMD sd "red.svg" "green.svg" ../../README.md
93
94
- $CMD git add . && $CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
+ $CMD git commit -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
95
96
# Note: we need to set upstream as well or the gh pr create step will fail
97
# See: https://github.com/cli/cli/issues/575
0 commit comments