Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 40ed809

Browse files
committed
chore(changelog.js): don't add empty breaking change section
1 parent 1a722f7 commit 40ed809

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

changelog.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ var writeChangelog = function(stream, commits, version) {
148148
breaks: {}
149149
};
150150

151-
sections.breaks[EMPTY_COMPONENT] = [];
152-
153151
commits.forEach(function(commit) {
154152
var section = sections[commit.type];
155153
var component = commit.component || EMPTY_COMPONENT;

0 commit comments

Comments
 (0)