Files
alfresco-ng2-components/lib/cli/templates/changelog-md.ejs
Denys Vuika 695c6cd8d6 [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
2021-11-05 08:24:53 +00:00

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 %>
<% } %>