Skip to content

Commit 41a5edc

Browse files
committed
fix: CHANGELOG.md generation
1 parent 4c5742f commit 41a5edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate-changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function generateChangelog() {
1212
// get most recent two tags
1313
getVersionTags()
1414
.then(function (tags) {
15-
return tags.length > 0 ? 'HEAD..' + tags.pop() : ''
15+
return tags.length > 0 ? tags.pop() + '..HEAD' : ''
1616
})
1717
.then(function (tagRange) {
1818
// get log statements

0 commit comments

Comments
 (0)