From 03d6cbd52262e7d61d0646d150ffa7a1daf4089a Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Sat, 15 Sep 2018 19:00:09 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Changlelog=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clTemplate.hbs | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .clTemplate.hbs 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}}