diff --git a/release.sh b/release.sh index 7bec958..3f25437 100755 --- a/release.sh +++ b/release.sh @@ -17,11 +17,11 @@ git push origin release/$NEW_VERSION echo echo -echo "----------------------------------------" +echo -e "----------------------------------------" echo -e "|| ${GREEN} Your release is ready for review ${NC} ||" -echo "----------------------------------------" -echo -e "1️⃣ Go to ${YELLOW}https://github.com/Chainlit/typescript-client/compare/main...release/$NEW_VERSION${NC}" -echo "2️⃣ Create a pull request and merge it to main" -echo -e "3️⃣ Go to ${YELLOW}https://github.com/Chainlit/typescript-client/actions/workflows/publish.yaml${NC}" -echo "4️⃣ Click on 'Run workflow'" -echo "5️⃣ Rock'n'roll 🎸" \ No newline at end of file +echo -e "----------------------------------------" +echo -e "1️⃣ Go to ${YELLOW}https://github.com/Chainlit/typescript-client/compare/main...release/$NEW_VERSION${NC}" +echo -e "2️⃣ Create a pull request and merge it to main" +echo -e "3️⃣ Go to ${YELLOW}https://github.com/Chainlit/typescript-client/actions/workflows/publish.yaml${NC}" +echo -e "4️⃣ Click on 'Run workflow'" +echo -e "5️⃣ Rock'n'roll 🎸" \ No newline at end of file