mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-30 12:47:58 +08:00
fix sh to v5
This commit is contained in:
parent
3fdf456006
commit
ce10677ace
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo -e "\033[32mCheckout to v4-dev\033[0m"
|
echo -e "\033[32mCheckout to v5-dev\033[0m"
|
||||||
git checkout v4-dev
|
git checkout v5-dev
|
||||||
|
|
||||||
echo -e "\033[32mPush to origin v4-dev\033[0m"
|
echo -e "\033[32mPush to origin v5-dev\033[0m"
|
||||||
git push origin v4-dev
|
git push origin v5-dev
|
||||||
echo -e "\033[32mPush to osc v4-dev\033[0m"
|
echo -e "\033[32mPush to osc v5-dev\033[0m"
|
||||||
git push osc v4-dev
|
git push osc v5-dev
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo -e "\033[32mCheckout to v4-master\033[0m"
|
echo -e "\033[32mCheckout to v5-master\033[0m"
|
||||||
git checkout v4-master
|
git checkout v5-master
|
||||||
|
|
||||||
echo -e "\033[32mMerge v4-dev branch\033[0m"
|
echo -e "\033[32mMerge v5-dev branch\033[0m"
|
||||||
git merge v4-dev -m 'Prepare release'
|
git merge v5-dev -m 'Prepare release'
|
||||||
|
|
||||||
echo -e "\033[32mPush to origin v4-master\033[0m"
|
echo -e "\033[32mPush to origin v5-master\033[0m"
|
||||||
git push origin v4-master
|
git push origin v5-master
|
||||||
echo -e "\033[32mPush to osc v4-master\033[0m"
|
echo -e "\033[32mPush to osc v5-master\033[0m"
|
||||||
git push osc v4-master
|
git push osc v5-master
|
||||||
|
Loading…
Reference in New Issue
Block a user