@3m/repos-tools
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@3m/repos-tools", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@code.aliyun.com:3m/repos-tools.git", |
@@ -138,3 +138,3 @@ #!/usr/bin/env node | ||
await execa.shell('git add .'); | ||
await execa.shell('git commit -m OK'); | ||
await execa.shell('git commit -m OK', { reject: false }); | ||
await execa.shell(`git tag ${gitTag.newTag}`); | ||
@@ -141,0 +141,0 @@ await execa.shell('git push --tags'); |
13692