Skip to content

Commit 22e5d69

Browse files
committed
✨ Show status on (n)
1 parent 549e813 commit 22e5d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pnpm_version_patch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ pnpm i
99
pnpm lint:fix
1010

1111
git status
12-
1312
echo 'Do you want to publish @coderabbitai/bitbucket@'$VERSION'? (y/n) '
1413
read Y
1514
if [ "$Y" = "y" ]; then
1615
echo "Publishing version $VERSION"
1716
else
1817
git checkout -- package.json
18+
git status
1919
exit 1
2020
fi
2121

0 commit comments

Comments
 (0)