Skip to content

Commit

Permalink
build: create the distribution file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Feb 27, 2021
1 parent e6b6542 commit 676c6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6954,7 +6954,7 @@ function generateChangelog(releaseName, commitObjects, config) {
.flatMap((obj) => {
return obj.commits
.map((commit) => {
if (commit.notes.length) {
if (commit.notes && commit.notes.length) {
return commit.notes.map((note) => {
const noteObj = note;
noteObj.commit = commit;
Expand Down

0 comments on commit 676c6fd

Please sign in to comment.