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.
set -x
1 parent 6a788d8 commit c36dfabCopy full SHA for c36dfab
release.sh
@@ -34,7 +34,6 @@ run git status
34
printf "About to commit and push version %s. Are you sure? " "${VERSION}"
35
read -r REPLY
36
37
-set -x
38
case "${REPLY}" in
39
y|Y|yes|Yes|YES)
40
run git commit -a -m "${VERSION}"
0 commit comments