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.
+
+[](https://twitter.com/mrahmadawais/)
+
+
+
+{{#each releases}}
+
+ 
+
+
+
+ {{#if href}}
+ ### RELEASE: [{{title}}]({{href}}){{#if tag}}{{/if}}
+ {{else}}
+ ### RELEASE: {{title}}{{#if tag}}{{/if}}
+ {{/if}}
+
+ {{#commit-list commits heading='' message='NEW: '}}
+ > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}}
+
+ {{#commit-list commits heading='' message='IMPROVE: '}}
+ > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}}
+
+ {{#commit-list commits heading='' message='FIX: '}}
+ > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}}
+
+ {{#commit-list commits heading='' message='DOC:'}}
+ > {{subject}} [`{{shorthash}}`]({{href}})
+ {{/commit-list}}
+
+
+{{/each}}