This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{{ #if compareUrl }}
2
- # [v{{ nextRelease.version }} ]({{ compareUrl }} ) ({{ datetime " UTC:yyyy-mm-dd" }} )
2
+ ## [v{{ nextRelease.version }} ]({{ compareUrl }} ) ({{ datetime " UTC:yyyy-mm-dd" }} )
3
3
{{ else }}
4
- # v{{ nextRelease.version }} ({{ datetime " UTC:yyyy-mm-dd" }} )
4
+ ## v{{ nextRelease.version }} ({{ datetime " UTC:yyyy-mm-dd" }} )
5
5
{{ /if }}
6
6
7
7
{{ #with commits }}
8
8
{{ #if sparkles }}
9
- ## β¨ New features
9
+ ### β¨ New features
10
10
11
11
{{ #each sparkles }} - {{> commitTemplate }} {{ /each }}
12
12
{{ /if }}
13
13
14
14
{{ #if recycle }}
15
- ## β»οΈ Updates
15
+ ### β»οΈ Updates
16
16
17
17
{{ #each recycle }} - {{> commitTemplate }} {{ /each }}
18
18
{{ /if }}
19
19
20
20
{{ #if lipstick }}
21
- ## π Interface changes
21
+ ### π Interface changes
22
22
23
23
{{ #each lipstick }} - {{> commitTemplate }} {{ /each }}
24
24
{{ /if }}
25
25
26
26
{{ #if bug }}
27
- ## π Bug fixes
27
+ ### π Bug fixes
28
28
29
29
{{ #each bug }} - {{> commitTemplate }} {{ /each }}
30
30
{{ /if }}
31
31
32
32
{{ #if ambulance }}
33
- ## π Critical hotfixes
33
+ ### π Critical hotfixes
34
34
35
35
{{ #each ambulance }} - {{> commitTemplate }} {{ /each }}
36
36
{{ /if }}
37
37
38
38
{{ #if lock }}
39
- ## π Security issues
39
+ ### π Security issues
40
40
41
41
{{ #each lock }} - {{> commitTemplate }} {{ /each }}
42
42
{{ /if }}
43
43
44
44
{{ #if boom }}
45
- ## π₯ Breaking changes
45
+ ### π₯ Breaking changes
46
46
47
47
{{ #each boom }} - {{> commitTemplate }} {{ /each }}
48
48
{{ /if }}
You canβt perform that action at this time.
0 commit comments