From ec3f9e78e7be88280589c9c11b1286ddc6e3358c Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Fri, 20 Jul 2018 06:01:25 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Changelog=20Template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clTemplate.hbs | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 clTemplate.hbs diff --git a/clTemplate.hbs b/clTemplate.hbs new file mode 100644 index 0000000..32e741d --- /dev/null +++ b/clTemplate.hbs @@ -0,0 +1,33 @@ +# Changelog: Shades of Purple + +All notable changes to this project are documented in this file. +> [Released versions →](https://github.com/ahmadawais/shades-of-purple-vscode/releases) + + +{{#each releases}} +
+ + ![hr](https://on.ahmda.ws/t6N5/c) + +
+ + {{#if href}} + ##### [{{title}}]({{href}}) RELEASE{{#if tag}}{{/if}} + {{else}} + ##### {{title}} RELEASE{{#if tag}}{{/if}} + {{/if}} + + {{#commit-list commits heading='![img](https://on.ahmda.ws/t5AU/c)' message='NEW: '}} + {{subject}} [`{{shorthash}}`]({{href}}) + {{/commit-list}} + + {{#commit-list commits heading='![img](https://on.ahmda.ws/t77b/c)' message='IMPROVE: '}} + {{subject}} [`{{shorthash}}`]({{href}}) + {{/commit-list}} + + {{#commit-list commits heading='![img](https://on.ahmda.ws/t5Xs/c)' message='FIX: '}} + {{subject}} [`{{shorthash}}`]({{href}}) + {{/commit-list}} + +
+{{/each}}