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