We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84271bd commit 1aee01cCopy full SHA for 1aee01c
latex/create-bump-prs.sh
@@ -17,7 +17,8 @@ if [ -f .bump.csv.bak ]; then
17
\perl -i -p -e "s|\Q${l1}\E|${l2}|g" Dockerfile
18
\git add Dockerfile
19
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
20
- read -r -p "Please review and push commit in branch \"${b}\". Press enter to continue..."
+ echo "Please review and push commit in branch \"${b}\". Waiting 10s..."
21
+ \sleep 10
22
\gh pr create -f -l build -l dependencies
23
\git checkout -
24
done <<<"${csv}"
0 commit comments