We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b596d commit da54f45Copy full SHA for da54f45
1 file changed
lib/git/changelog.js
@@ -215,7 +215,7 @@ export default class GitChangelog {
215
}
216
217
// notable changes
218
- const notableChanges = this.#changes.getChanges( change => change.isBreakingChange || commitTypes[ change.type ].notableChange );
+ const notableChanges = this.#changes.getChanges( change => change.isBreakingChange || commitTypes[ change.type ]?.notableChange );
219
this.#notableChanges += notableChanges.length;
220
221
// breaking changes
0 commit comments