Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
fix(release): pull/checkout instead of fetch/rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Jun 23, 2020
1 parent 2fed440 commit 60fd6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ else
JS_SDK_VERSION_TAG="origin/develop"
fi
cd matrix-js-sdk
git fetch --tags
git rebase $JS_SDK_VERSION_TAG
git pull
git checkout $JS_SDK_VERSION_TAG
cd ..

echo "Rebase successful"
Expand Down

0 comments on commit 60fd6e0

Please sign in to comment.