Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rlsr

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rlsr - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

3

build/src/collect/parse-commit-messages/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc