@balazsorban/monorepo-release
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -39,3 +39,3 @@ import { debug, pkgJson, execSync } from "./utils.js"; | ||
console.log("Commiting."); | ||
execSync(`git config --local user.name "GitHub Actions" git config --local user.email "actions@github.com"`); | ||
execSync(`git config --local user.name "GitHub Actions" && git config --local user.email "actions@github.com"`); | ||
execSync(`git add -A && git commit -m "${RELEASE_COMMIT_MSG}"`); | ||
@@ -42,0 +42,0 @@ console.log("Commited."); |
{ | ||
"name": "@balazsorban/monorepo-release", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Similar to `semantic-release`, but for monorepos.", | ||
@@ -5,0 +5,0 @@ "bin": { |
17246