Sha256: 1e78979108f54335580db6015765e6602f3b801da6079e8681aca39e8e611540
Contents?: true
Size: 939 Bytes
Versions: 1
Compression:
Stored size: 939 Bytes
Contents
<% if(logo) { %><img width="300px" src="<%= logo %>" /><%= '\n\n' %><% } %># <%= title %> <% if(intro) { %><%= '\n' %>_<%= intro %>_<%= '\n' %><% } %> <% if(version && (version.name || version.number)) { %>##<% if(version.name){%> <%= version.name %><% } %> <%= version.number %> <% if(version.date){ %>( <%= version.date %> )<% } %><%= '\n' %><% } %> <% _.forEach(sections, function(section){ if(section.commitsCount > 0) { %> ## <%= section.title %> <% _.forEach(section.commits, function(commit){ %> - <%= printCommit(commit, true) %><% }) %> <% _.forEach(section.components, function(component){ %> - **<%= component.name %>** <% _.forEach(component.commits, function(commit){ %> - <%= printCommit(commit, true) %><% }) %> <% }) %> <% } %> <% }) %> --- <sub><sup>*Generated with [git-changelog](https://github.com/rafinskipg/git-changelog). If you have any problems or suggestions, create an issue.* :) **Thanks** </sub></sup>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html2rss-0.1.0 | support/changelog.md |