chore(changelog.js): don't add empty breaking change section

This commit is contained in:
Martin Staffa
2016-06-16 14:10:34 +02:00
parent 2b182eb020
commit fd6dc0b7d4
-2
View File
@@ -148,8 +148,6 @@ var writeChangelog = function(stream, commits, version) {
breaks: {}
};
sections.breaks[EMPTY_COMPONENT] = [];
commits.forEach(function(commit) {
var section = sections[commit.type];
var component = commit.component || EMPTY_COMPONENT;