From 82ab9cb42b3160b18582878002943e16d3db1fce Mon Sep 17 00:00:00 2001 From: nsnail Date: Fri, 15 Dec 2023 16:43:46 +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=E4=BC=98=E5=8C=96=20(#23)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/2.git.release.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/2.git.release.ps1 b/scripts/2.git.release.ps1 index 44baa8c..a6ddb65 100644 --- a/scripts/2.git.release.ps1 +++ b/scripts/2.git.release.ps1 @@ -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