From 5443acef3e459e4e0c28b1ff57dbc2848dd691a4 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 18 Jan 2024 22:09:36 +0100 Subject: [PATCH] publish script now releases too --- scripts/publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 9ae6bd0..2187a89 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -9,7 +9,8 @@ git add -A git commit -m "Release v$NEW_VERSION" || (echo ">>>>>>>> COMMIT FAILED OR THERE WAS NOTHING TO COMMIT"; sleep 5) echo ">>>>>>>> SKIP!!!!!" cargo ws version --amend -git push || (echo ">>>>>>>> PUSH FAILED OR THERE WAS NOTHING TO PUSH"; sleep 5) +echo ">>>>>>>> PUBLISHING RELEASE FOR REPO" +bash scripts/release.sh echo ">>>>>>>> PUBLISHING TO CRATES.IO NEXT" sleep 10 cargo publish -p libpt-log