Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
✨ Show status on (n)
  • Loading branch information
NatoBoram committed Sep 30, 2024
commit 22e5d6980ea64efc0b9d5b7e01017d3396bfc51f
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