From b1a8b4b03e3f4cdbc84724270da1faf0b0ce7748 Mon Sep 17 00:00:00 2001 From: nsnail Date: Fri, 15 Dec 2023 16:40:06 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E8=B0=83=E6=95=B4=20(#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/2.git.release.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/2.git.release.ps1 b/scripts/2.git.release.ps1 index 1e46938..44baa8c 100644 --- a/scripts/2.git.release.ps1 +++ b/scripts/2.git.release.ps1 @@ -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