Comparing version 5.0.1 to 5.1.0
@@ -37,4 +37,3 @@ "use strict"; | ||
else { | ||
log('No relevant commits found, stopping the script'); | ||
process.exit(0); | ||
log('No relevant commits found'); | ||
} | ||
@@ -41,0 +40,0 @@ return { ...env, commitMessages }; |
{ | ||
"name": "rlsr", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "create npm releses and changelogs from a multi repo", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
@@ -56,4 +56,3 @@ import { white, green, red, yellow } from 'chalk'; | ||
} else { | ||
log('No relevant commits found, stopping the script'); | ||
process.exit(0); | ||
log('No relevant commits found'); | ||
} | ||
@@ -60,0 +59,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
305578
4984