You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Don't leave the gh-pages branch checked out
After a pre-release, check out the release branch again rather than leaving the working copy on the gh-pages branch
This commit is contained in:
@@ -238,6 +238,7 @@ fi
|
|||||||
# if it is a pre-release, leave it on the release branch for now.
|
# if it is a pre-release, leave it on the release branch for now.
|
||||||
if [ $prerelease -eq 1 ]; then
|
if [ $prerelease -eq 1 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
git checkout "$rel_branch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# merge release branch to master
|
# merge release branch to master
|
||||||
|
|||||||
Reference in New Issue
Block a user