1
0
mirror of https://github.com/nsnail/dot.git synced 2025-04-17 19:02:50 +08:00

build: 📦 构建脚本优化 ()

This commit is contained in:
nsnail 2023-12-15 17:12:44 +08:00 committed by GitHub
parent 55f077d12f
commit 285649cb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ git checkout -b release
cd ./scripts
./code.clean.ps1
git commit --amend --no-edit -a
git push --tags --force origin release
git push --follow-tags origin release
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
Write-Host "按『Enter』回到主分支『Ctrl+C』退出"
Pause