mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-2197] changelog generation with ADF CLI (#7350)
* print app version instead of error * initial diff implementation * markdown rendering * render md output * html output * configurable exclude filter * provide docs
This commit is contained in:
11
lib/cli/templates/changelog-md.ejs
Normal file
11
lib/cli/templates/changelog-md.ejs
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
Title: Changelog for <%= projName %> v<%= projVersion %>
|
||||
---
|
||||
|
||||
# Changelog
|
||||
|
||||
<% for(var idx in commits) {
|
||||
commit = commits[idx];
|
||||
-%>
|
||||
- [<%= commit.hash %>](<%= repo_url %>/commit/<%= commit.hash %>) <%= commit.subject %>
|
||||
<% } %>
|
Reference in New Issue
Block a user