@balazsorban/monorepo-release
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -60,2 +60,3 @@ import { debug, pkgJson, execSync } from "./utils.js"; | ||
} | ||
console.log("Pushing commits"); | ||
if (dryRun) | ||
@@ -62,0 +63,0 @@ execSync(`git push --dry-run`); |
{ | ||
"name": "@balazsorban/monorepo-release", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Similar to `semantic-release`, but for monorepos.", | ||
@@ -5,0 +5,0 @@ "bin": { |
17282
433