@balazsorban/monorepo-release
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -36,2 +36,3 @@ import { debug, pkgJson, execSync } from "./utils.js"; | ||
console.log("Identifying commits since the latest tag..."); | ||
// TODO: Allow passing in a range of commits to analyze and print the changelog | ||
const range = `${latestTag}..HEAD`; | ||
@@ -38,0 +39,0 @@ // Get the commits since the latest tag |
@@ -72,3 +72,3 @@ import { debug, pkgJson, execSync } from "./utils.js"; | ||
} | ||
return changelog; | ||
return changelog.replace(/'/g, "'\\''"); | ||
} | ||
@@ -75,0 +75,0 @@ function sortByScope(commits) { |
{ | ||
"name": "@balazsorban/monorepo-release", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Similar to `semantic-release`, but for monorepos.", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -1,2 +0,2 @@ | ||
# @balazsorban44/monorepo-release | ||
# @balazsorban/monorepo-release | ||
@@ -7,2 +7,2 @@ TODO | ||
- NextAuth.js (https://github.com/nextauthjs/next-auth) | ||
- NextAuth.js (https://github.com/nextauthjs/next-auth) |
16421
413
8