mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
clean history
This commit is contained in:
12
bin/push_master.sh
Executable file
12
bin/push_master.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\033[32mCheckout to v4-master\033[0m"
|
||||
git checkout v4-master
|
||||
|
||||
echo -e "\033[32mMerge v4-dev branch\033[0m"
|
||||
git merge v4-dev -m 'Prepare release'
|
||||
|
||||
echo -e "\033[32mPush to origin v4-master\033[0m"
|
||||
git push origin v4-master
|
||||
echo -e "\033[32mPush to osc v4-master\033[0m"
|
||||
git push osc v4-master
|
Reference in New Issue
Block a user