diff --git a/.clTemplate.hbs b/.clTemplate.hbs new file mode 100644 index 0000000..342ac13 --- /dev/null +++ b/.clTemplate.hbs @@ -0,0 +1,38 @@ +# CHANGELOG: + +All notable changes in this project's [released versions](https://github.com/ahmadawais/emoji-log/releases) are documented in this file. + +[![Ahmad on Twitter](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Follow%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/) + +
+ +{{#each releases}} + + ![hr](https://on.ahmda.ws/t6N5/c) + +
+ + {{#if href}} + ### RELEASE: [{{title}}]({{href}}){{#if tag}}{{/if}} + {{else}} + ### RELEASE: {{title}}{{#if tag}}{{/if}} + {{/if}} + + {{#commit-list commits heading='![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)' message='NEW: '}} + > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}} + + {{#commit-list commits heading='![IMPROVEMENT](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)' message='IMPROVE: '}} + > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}} + + {{#commit-list commits heading='![FIX](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)' message='FIX: '}} + > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}} + + {{#commit-list commits heading='![DOCS](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)' message='DOC:'}} + > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}} + +
+{{/each}}