Skip to content

Commit

Permalink
Refactored git-changelog template, removed version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
echel0n committed Apr 19, 2020
1 parent b77dfc9 commit eeffca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog-template.md
@@ -1,6 +1,6 @@
<% 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' %><% } %>
<% if(version) { %>##<% if(version.date){ %><%= version.date %><% } %><%= '\n' %><% } %>
<% _.forEach(sections, function(section){
if(section.commitsCount > 0) { %>
## <%= section.title %>
Expand Down

0 comments on commit eeffca0

Please sign in to comment.