Skip to content

Commit d069ec2

Browse files
committed
WIP: bump command in .ci/make.sh
1 parent c83fd98 commit d069ec2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.ci/make.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,13 @@ if [[ "$CMD" == "assemble" ]]; then
153153
fi
154154

155155
if [[ "$CMD" == "bump" ]]; then
156-
echo "TODO"
156+
# Change version to src/Client.php
157+
# sed -i "s/const VERSION = '[0-9]\+.[0-9]\+.[0-9]\+\(-dev\)\?'/const VERSION = '$VERSION'/g" $repo/src/Client.php
158+
159+
# Change version to .ci/test-matrix.yml
160+
161+
# Change version to .github/workflows/unified-release.yml
162+
157163
fi
158164

159165
if [[ "$CMD" == "codegen" ]]; then

0 commit comments

Comments
 (0)