diff --git a/misc/changelog.tpl.md b/misc/changelog.tpl.md index 712c490..846284e 100644 --- a/misc/changelog.tpl.md +++ b/misc/changelog.tpl.md @@ -3,12 +3,12 @@ ## Features <% _(changelog.feat).keys().sort().forEach(function(scope) { %> - **<%= scope%>:** <% changelog.feat[scope].forEach(function(change) { %> - - <%= change.msg%> (<%= helpers.commitLink(change.sha1) %>) <% }); %><% }); %> <% } %> + - <%= change.msg%> (<%= helpers.commitLink(change.sha1) %>)<% }); %><% }); %> <% } %> <% if (_(changelog.fix).size() > 0) { %> ## Bug Fixes <% _(changelog.fix).keys().sort().forEach(function(scope) { %> - **<%= scope%>:** <% changelog.fix[scope].forEach(function(change) { %> - - <%= change.msg%> (<%= helpers.commitLink(change.sha1) %>) <% }); %><% }); %> <% } %> + - <%= change.msg%> (<%= helpers.commitLink(change.sha1) %>)<% }); %><% }); %> <% } %> <% if (_(changelog.breaking).size() > 0) { %> ## Breaking Changes <% _(changelog.breaking).keys().sort().forEach(function(scope) { %>