Skip to content

Commit 5ac504b

Browse files
remove branch deletion step (#160)
1 parent 77d1d0c commit 5ac504b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ release:
5959
gh pr create --fill --label no-release-notes
6060
gh pr diff | cat
6161
@read -n 1 -p "are you sure you want to release v$(version)? [Y/n] " confirmation && if [ "$$confirmation" = "Y" ]; then echo " continuing..."; else echo " aborting..."; exit 1; fi
62-
gh pr merge --admin --squash --delete-branch
62+
gh pr merge --admin --squash
6363
git checkout main
6464
git pull
6565
git tag "v$(version)" main

0 commit comments

Comments
 (0)