build: 📦 构建脚本调整 (#22)

This commit is contained in:
nsnail 2023-12-15 16:40:06 +08:00 committed by GitHub
parent b652a2274f
commit b1a8b4b03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ git checkout main
git branch -D release
git checkout -b release
./node_modules/.bin/standard-version -r $types[$prefix][0]
./code.clean.ps1
git add .
git commit --amend
git push --follow-tags --force origin release
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
cd ./scripts