summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Miller <George@livio.io>2022-06-08 16:45:18 -0400
committerGeorge Miller <George@livio.io>2022-06-08 16:45:18 -0400
commitabc172414f30b6d2daae7bf6c150f353405f9ee5 (patch)
tree097bb64c6bfdff2c798c55f1d347f2948baefeb9
parentf228e6e1332ee394cc00b9652201d84f0a07f92a (diff)
downloadsdl_ios-abc172414f30b6d2daae7bf6c150f353405f9ee5.tar.gz
review edits
-rwxr-xr-xscripts/release.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 2e5297734..79f6744e5 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -43,11 +43,6 @@ fi
develop_branch="develop"
main_branch="master"
-
-# DEBUG - copy out framework script
-# This is necessary because the branch that these scripts are being developed on has not yet been merged into develop. This will not be necessary in production.
-cp scripts/create_framework.sh ../create_framework.sh
-
# Stash any local changes to avoid errors during checkout
git status
prompt_user "Would you like to stash any local changes"
@@ -66,10 +61,6 @@ echo
echo "Checking out $develop_branch"
git checkout $develop_branch
-# DEBUG move framework script back in
-# Like above, this will not be required after the release script branch is merged into develop
-mv ../create_framework.sh scripts/create_framework.sh
-
# Bump version in projectFile
echo
echo "Updating the version"
@@ -155,7 +146,6 @@ echo "Please update CHANGELOG.md, then return here and press enter..."
read user_input
# TODO - check modified info before and after so we can detect if the user failed to update the file.
-
# Generate documentation
prompt_user "Would you like to automatically generate documentation with Jazzy"
if [[ $? == 1 ]]; then