@lmc-eu/conventional-changelog-lmc-bitbucket
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@lmc-eu/conventional-changelog-lmc-bitbucket", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "conventional-changelog LMC preset for BitBucket", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,3 @@ const compareFunc = require('compare-func'); | ||
const parserOpts = { | ||
headerPattern: /^(?:Pull request #[0-9]+: )?([a-zA-Z]*-[0-9_]*)? ?([\w ]*)(?:\((.*)\))?: (.*)$/, | ||
headerPattern: /^(?:Pull request #[0-9]+: )?(?:([a-zA-Z]*-[0-9_]*)(?: ))* ?([\w ]*)(?:\((.*)\))?: (.*)$/, | ||
headerCorrespondence: ['body', 'type', 'scope', 'subject'], | ||
@@ -10,0 +10,0 @@ noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7820