Sha256: beb3481c03d43f7b52fc03378f2376ae5a96e641a1feae3a1d0528d47204ab57
Contents?: true
Size: 847 Bytes
Versions: 8
Compression:
Stored size: 847 Bytes
Contents
# <%= version%> (<%= today%>) <% if (_(changelog.feat).size() > 0) { %> ## Features <% _(changelog.feat).keys().sort().forEach(function(scope) { %> - **<%= scope%>:** <% changelog.feat[scope].forEach(function(change) { %> - <%= 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) %>) <% }); %><% }); %> <% } %> <% if (_(changelog.breaking).size() > 0) { %> ## Breaking Changes <% _(changelog.breaking).keys().sort().forEach(function(scope) { %> - **<%= scope%>:** <% changelog.breaking[scope].forEach(function(change) { %> <%= change.msg%><% }); %><% }); %> <% } %>
Version data entries
8 entries across 8 versions & 1 rubygems