* chore(release): 2.0.3

* build: 📦 构建脚本调整
This commit is contained in:
2023-12-15 16:31:44 +08:00
committed by GitHub
parent a9cb90464d
commit 51063bacfe
5 changed files with 28 additions and 4 deletions

View File

@ -0,0 +1,6 @@
$branch = $( git branch --show-current )
git checkout main
git pull
git branch -D $branch
git branch $branch
git checkout $branch