mirror of
				https://github.com/nsnail/dot.git
				synced 2025-11-04 11:00:49 +08:00 
			
		
		
		
	build: 📦 构建脚本优化 (#26)
This commit is contained in:
		@@ -16,7 +16,7 @@ git checkout -b release
 | 
				
			|||||||
cd ./scripts
 | 
					cd ./scripts
 | 
				
			||||||
./code.clean.ps1
 | 
					./code.clean.ps1
 | 
				
			||||||
git commit --amend --no-edit -a
 | 
					git commit --amend --no-edit -a
 | 
				
			||||||
git push --follow-tags --force origin release
 | 
					git push --tags --force origin release
 | 
				
			||||||
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
 | 
					Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
 | 
				
			||||||
Write-Host "按『Enter』回到主分支,『Ctrl+C』退出"
 | 
					Write-Host "按『Enter』回到主分支,『Ctrl+C』退出"
 | 
				
			||||||
Pause
 | 
					Pause
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user