elgg-conventional-changelog
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -11,2 +11,4 @@ var extend = require('lodash.assign'); | ||
var isWin = /^win/.test(process.platform); | ||
function getLog(options, done) { | ||
@@ -55,3 +57,3 @@ var log = {}; | ||
options.exclude.map(function(tag) { | ||
return "^" + tag; | ||
return (isWin ? "^^" : "^") + tag; | ||
}).join(' ') | ||
@@ -102,3 +104,3 @@ ); | ||
options.exclude.map(function(tag) { | ||
return "^" + tag; | ||
return (isWin ? "^^" : "^") + tag; | ||
}).join(' ') | ||
@@ -118,3 +120,3 @@ ); | ||
var COMMIT_PATTERN = /^(\w*)(\(([\w\$\.\-\*]*)\))?\: (.*)$/; | ||
var MAX_SUBJECT_LENGTH = 80; | ||
var MAX_SUBJECT_LENGTH = 160; | ||
function parseRawCommit(raw, options) { | ||
@@ -121,0 +123,0 @@ if (!raw) { |
{ | ||
"name": "elgg-conventional-changelog", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Generate a markdown changelog from git commit metadata", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
19584
475
2