light-release
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -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 @@ |
@@ -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
498950
77
717