delete release branch after release

This commit is contained in:
yunlzheng
2020-02-20 23:02:59 +08:00
parent d1d1657fbf
commit c71c05afc3
+1 -1
View File
@@ -14,4 +14,4 @@ git commit -m "update Ktctl version to $RELEASE_VERSION"
git tag $RELEASE_VERSION
git checkout master
git branch -d $RELEASE_BRANCH
git branch -D $RELEASE_BRANCH