-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy path.clTemplate.hbs
42 lines (29 loc) Β· 1.49 KB
/
.clTemplate.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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/)
<br>
{{#each releases}}

<br>
{{#if href}}
### RELEASE: [{{title}}]({{href}}){{#if tag}}{{/if}}
{{else}}
### RELEASE: {{title}}{{#if tag}}{{/if}}
{{/if}}
{{#commit-list commits heading='' message='BREAKING: '}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}
{{#commit-list commits heading='' message='NEW: '}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}
{{#commit-list commits heading='' message='IMPROVE: '}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}
{{#commit-list commits heading='' message='FIX: '}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}
{{#commit-list commits heading='' message='DOC:'}}
> {{subject}} [`{{shorthash}}`]({{href}}) <br>
{{/commit-list}}
<br>
{{/each}}