changelog_output
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,16 @@ # Test changelog | ||
## [1.6.0](https://github.com/xjdesigns/semver_test/compare/v1.5.1...v1.6.0) (2022-05-16) | ||
### Features | ||
* **yupper:** Here we go ([c77410e](https://github.com/xjdesigns/semver_test/commit/c77410ef2fdb9f7a8c6312c23605a11c6775947d)) | ||
### Bug Fixes | ||
* **test:** Lets try this again ([2fd58ba](https://github.com/xjdesigns/semver_test/commit/2fd58ba814ef7691b7d8a5d7217c2946b3a19d76)) | ||
### [1.5.1](https://github.com/xjdesigns/semver_test/compare/v1.5.0...v1.5.1) (2022-05-16) | ||
### [1.3.1](///compare/v1.3.0...v1.3.1) (2022-04-05) | ||
@@ -7,0 +21,0 @@ |
@@ -101,3 +101,3 @@ #!/usr/bin/env node | ||
version = versions[0] | ||
const allCommitsRegex = RegExp(versions[0] + '([\\s\\S]*?)\]', 'gm') | ||
const allCommitsRegex = RegExp(versions[0] + '([\\s\\S]*?)' + versions[1], 'gm') | ||
const allCommits = data.match(allCommitsRegex) | ||
@@ -104,0 +104,0 @@ const commitRegex = /\*\*([\s\S]*?)\n/g |
{ | ||
"writeOutput": false, | ||
"fileName": "CHANGELOG_TEST.md", | ||
"link": "https://test.atlassian.net/browse/" | ||
"link": "https://worked.atlassian.net/browse/" | ||
} |
{ | ||
"name": "changelog_output", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8104