New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

light-release

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

light-release - npm Package Compare versions

Comparing version 2.7.2 to 2.7.3

.release-notes/2.7.3/release.html

0

.release-notes/2.7.2/release.md

@@ -0,0 +0,0 @@ # Release Note v2.7.2 - February 18, 2025

@@ -0,1 +1,6 @@

## [2.7.3] - February 24, 2025
### Changes
- Release notes generated for version [2.7.3](.release-notes/2.7.3/release.md)
## [2.7.2] - February 18, 2025

@@ -2,0 +7,0 @@

3

lib/git-utils.js

@@ -43,3 +43,2 @@ const { execSync } = require('child_process');

line.split('\n').forEach((l) => {
// const [added, deleted, file] = l.split(/\s+/);
currentCommit.modifiedFiles++;

@@ -79,3 +78,3 @@ });

if (!minorWords) {
minorWords = [/^\s*feat(\(.*\))?:/i, /\bminor\b/i, /^\s*\bfeature\b/i, /^\s*\brefactor\b\s*:/i];
minorWords = [/^\s*feat(\(.*\))?:/i, /^\s*\bminor\b/i, /^\s*\bfeature\b/i, /^\s*\brefactor\b\s*:/i];
} else {

@@ -82,0 +81,0 @@ minorWords = minorWords.map((word) => new RegExp(word));

{
"name": "light-release",
"version": "2.7.2",
"version": "2.7.3",
"description": "A lightweight tool to automate your release process, compatible with conventional commit messages. It reads your commit history, determines the release type, and generates release notes without unnecessary dependencies.",

@@ -5,0 +5,0 @@ "bin": {

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