Skip to content

Commit

Permalink
πŸ“¦ NEW: Changlelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 15, 2018
1 parent 9be6839 commit 03d6cbd
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .clTemplate.hbs
Original file line number Diff line number Diff line change
@@ -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/)

<br>

{{#each releases}}

![hr](https://on.ahmda.ws/t6N5/c)

<br>

{{#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}}) <br>
{{/commit-list}}

{{#commit-list commits heading='![IMPROVEMENT](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)' message='IMPROVE: '}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}

{{#commit-list commits heading='![FIX](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)' message='FIX: '}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}

{{#commit-list commits heading='![DOCS](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)' message='DOC:'}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}

<br>
{{/each}}

0 comments on commit 03d6cbd

Please sign in to comment.