Skip to content

Commit

Permalink
Merge pull request #22 from tim-s-ccs/fix-some-publishing-issues
Browse files Browse the repository at this point in the history
Fix some of the text
  • Loading branch information
tim-s-ccs authored Feb 10, 2022
2 parents 4cc9a6e + 7ef1825 commit 158170d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 " "

Expand Down
1 change: 0 additions & 1 deletion bin/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 158170d

Please sign in to comment.