Skip to content

Commit c36dfab

Browse files
committed
Remove unnecessary set -x in release script
1 parent 6a788d8 commit c36dfab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ run git status
3434
printf "About to commit and push version %s. Are you sure? " "${VERSION}"
3535
read -r REPLY
3636

37-
set -x
3837
case "${REPLY}" in
3938
y|Y|yes|Yes|YES)
4039
run git commit -a -m "${VERSION}"

0 commit comments

Comments
 (0)