Skip to content

Commit

Permalink
Merge pull request #82 from razorpay/Script_Optimization
Browse files Browse the repository at this point in the history
Script Optimization
  • Loading branch information
iThink32 authored May 16, 2018
2 parents 79ed1cc + d321c59 commit 9f54870
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Scripts/UpdateReactCheckout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ function decrementedVersion() {

}

OLD_IOS_RELEASE_VERSION=$( decrementedVersion "$NEW_IOS_RELEASE_VERSION" )

OLD_REACT_NATIVE_RELEASE_VERSION=$( decrementedVersion "$NEW_REACT_NATIVE_RELEASE_VERSION" )

OLD_EXAMPLE_RELEASE_VERSION=$( decrementedVersion "$EXAMPLE_RELEASE_VERSION" )

echo "old iOS release version : $OLD_IOS_RELEASE_VERSION , \nnew release version :$NEW_IOS_RELEASE_VERSION, \n new react native version: $NEW_REACT_NATIVE_RELEASE_VERSION,\n old react native release version : $OLD_REACT_NATIVE_RELEASE_VERSION ,\n new example version : $EXAMPLE_RELEASE_VERSION, \n old example version : $OLD_EXAMPLE_RELEASE_VERSION"
echo "\nnew release version :$NEW_IOS_RELEASE_VERSION, \n new react native version: $NEW_REACT_NATIVE_RELEASE_VERSION,\n old react native release version : $OLD_REACT_NATIVE_RELEASE_VERSION ,\n new example version : $EXAMPLE_RELEASE_VERSION, \n old example version : $OLD_EXAMPLE_RELEASE_VERSION"

# create a new branch and make the changes

Expand Down

0 comments on commit 9f54870

Please sign in to comment.