Skip to content

Commit 430a5e4

Browse files
authored
Fix release script: remove early call to exit (#7413)
1 parent 9a04e00 commit 430a5e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/interactive-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ open-plutus-pr() {
119119
local PR_BRANCH="release/$VERSION"
120120
tell "I will stash your changes and create a new branch $PR_BRANCH from $BASE_BRANCH"
121121

122-
exit 1
123122
git stash
124123
git fetch --all
125124
git branch -D $PR_BRANCH || true

0 commit comments

Comments
 (0)