Skip to content

Commit

Permalink
✨ Show status on (n)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Sep 30, 2024
1 parent 549e813 commit 22e5d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pnpm_version_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ pnpm i
pnpm lint:fix

git status

echo 'Do you want to publish @coderabbitai/bitbucket@'$VERSION'? (y/n) '
read Y
if [ "$Y" = "y" ]; then
echo "Publishing version $VERSION"
else
git checkout -- package.json
git status
exit 1
fi

Expand Down

0 comments on commit 22e5d69

Please sign in to comment.