We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aede7e6 commit af0f22dCopy full SHA for af0f22d
scripts/release
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+cd `dirname $0`
3
+cd ..
4
+git co main
5
+git pull
6
7
+git delete-branch release
8
+git create-branch release
9
+git push origin release -u
10
+git co -
0 commit comments