chore(release): 2.0.4

This commit is contained in:
tk
2023-12-15 17:17:54 +08:00
parent 285649cb8e
commit 5d15e924f4
3 changed files with 3 additions and 17 deletions

View File

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