Skip to content

Commit af0f22d

Browse files
committed
Add scripts
1 parent aede7e6 commit af0f22d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/release

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
cd `dirname $0`
3+
cd ..
4+
git co main
5+
git pull
6+
git pull
7+
git delete-branch release
8+
git create-branch release
9+
git push origin release -u
10+
git co -

0 commit comments

Comments
 (0)