|
|
@@ -13,27 +13,15 @@ then
|
|
|
# Update the `stable` branch in the `ckeditor5` repository.
|
|
|
git checkout stable && git merge master && git checkout master
|
|
|
|
|
|
- # Add `stable` branches in all repos which don't have them yet.
|
|
|
- mrgit exec 'git checkout -b stable 2> /dev/null && git push origin stable && git checkout master'
|
|
|
+ # Add `#stable` branches in all repos which don't have them yet.
|
|
|
+ mgit exec 'git checkout -b stable 2> /dev/null && git push origin stable && git checkout master'
|
|
|
|
|
|
- # Update all `stable` branches in all packages.
|
|
|
- mrgit exec 'git checkout stable && git pull origin stable && git merge master && git checkout master'
|
|
|
+ # Update all `#stable` branches in all packages.
|
|
|
+ mgit exec 'git checkout stable && git pull origin stable && git merge master && git checkout master'
|
|
|
|
|
|
- # Make sure that `mrgit.json` for `stable` and `master` branches is correct.
|
|
|
- # `stable` branch.
|
|
|
- git checkout stable && \
|
|
|
- node ./scripts/release/update-mrgit-branches stable && \
|
|
|
- git commit -a -m "Internal: Use stable branches. [skip ci]"
|
|
|
-
|
|
|
- # `master` branch.
|
|
|
- git checkout master && \
|
|
|
- git merge stable && \
|
|
|
- node ./scripts/release/update-mrgit-branches master && \
|
|
|
- git commit -a -m "Internal: Use master branches. [skip ci]"
|
|
|
-
|
|
|
- # Push the `stable` branches.
|
|
|
+ # Push the `#stable` branches.
|
|
|
git push origin stable master && \
|
|
|
mrgit exec 'git push origin stable'
|
|
|
|
|
|
echo "Success! 🎂"
|
|
|
-fi
|
|
|
+fi
|