Skip to content

Commit 1dfb41a

Browse files
Increase version to 1.63.0
1 parent 03a506f commit 1dfb41a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/create-release-candidate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if ! gh auth status; then
4646
fi
4747

4848
GITDIR=$(mktemp -d)
49-
trap 'rm -rf ${GITDIR}' EXIT
49+
#trap 'rm -rf ${GITDIR}' EXIT
5050

5151
while getopts "t:" opt; do
5252
case "${opt}" in

0 commit comments

Comments
 (0)