build: 📦 构建脚本优化 (#23)

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

View File

@ -14,8 +14,7 @@ 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 commit --amend --no-edit -a
git push --follow-tags --force origin release
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
cd ./scripts