mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* print app version instead of error * initial diff implementation * markdown rendering * render md output * html output * configurable exclude filter * provide docs
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
---
|
|
Title: Changelog for <%= projName %> v<%= projVersion %>
|
|
---
|
|
|
|
# Changelog
|
|
|
|
<% for(var idx in commits) {
|
|
commit = commits[idx];
|
|
-%>
|
|
- [<%= commit.hash %>](<%= repo_url %>/commit/<%= commit.hash %>) <%= commit.subject %>
|
|
<% } %>
|