From 7ef1825bec10004627408a10e5f575dcd5e45aa9 Mon Sep 17 00:00:00 2001 From: tim-s-ccs Date: Thu, 10 Feb 2022 11:51:19 +0000 Subject: [PATCH] Fix some of the text --- bin/build-release.sh | 2 +- bin/publish-release.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/build-release.sh b/bin/build-release.sh index ad9a679..8b05a37 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -14,7 +14,7 @@ echo "Starting to build release..." echo " " echo "This will:" echo "- run the test suite" -echo "- build CCS Frontend into the 'dist/' directory" +echo "- build CCS Prototype Kit Model Interface into the 'dist/' directory" echo "- commit all changes and push the branch to remote" echo " " diff --git a/bin/publish-release.sh b/bin/publish-release.sh index dc361b1..0b9fa12 100755 --- a/bin/publish-release.sh +++ b/bin/publish-release.sh @@ -9,7 +9,6 @@ echo "- publish the package if it has not been published already" echo "- check that there is not already a tag published" echo "- create a new tag" echo "- push the tag to remote origin" -echo "- create a zip file of the 'dist/' directory locally" echo " " read -r -p "Do you want to continue? [y/N] " continue_prompt