chore: apply requested changes

This commit is contained in:
Ralph Khreish
2025-08-03 15:39:44 +03:00
parent 041a4970f2
commit 97c1896499
2 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ jobs:
echo ""
echo "To fix this, run the following commands locally:"
echo " npx changeset pre exit"
echo " git add .changeset/pre.json"
echo " git add -u"
echo " git commit -m 'chore: exit pre-release mode'"
echo " git push origin main"
echo ""