File tree Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 1
- *
2
- {{ ~#if scope }} **{{ scope }} :**
3
- {{ ~/if }}
4
- {{ #if references }}
5
- {{ ~#each references }} {{ #if @root.linkReferences ~}}
6
- [{{ this.prefix }}{{ this.issue }} ]({{ issueUrlFormat }} )
7
- {{ ~else }} {{ this.prefix }}{{ this.issue }}
8
- {{ ~/if }}{{ /each }}
9
- {{ ~/if }}
10
- {{ subject }}
11
- {{ ~#if hash }} {{ #if @root.linkReferences }} ([{{ shortHash }} ]({{ commitUrlFormat }} )){{ else }} ({{ shortHash }} )
12
- {{ ~/if }}
1
+ {{ #word-wrap }}
2
+ *{{ #if scope }} **{{ scope }} :**{{ /if }} {{ subject }}
3
+ {{ ~#if hash }} {{ #if @root.linkReferences }} ([{{ shortHash }} ]({{ commitUrlFormat }} )){{ else }} ({{ shortHash }} ){{ /if }}{{ /if }}
4
+ {{ ~#if references }} , closes
5
+ {{ ~#each references }} {{ #if @root.linkReferences ~}}
6
+ [{{ this.prefix }}{{ this.issue }} ]({{ issueUrlFormat }} )
7
+ {{ ~else }} {{ this.prefix }}{{ this.issue }}
8
+ {{ ~/if }}{{ /each }}
13
9
{{ ~/if }}
14
10
11
+ {{ /word-wrap }}
Original file line number Diff line number Diff line change 1
1
2
- {{ #if isPatch }} ###{{ else }} ##{{ /if }} {{ #if @root.linkCompare }} [{{ version }} ]({{ compareUrlFormat }} ){{ else }} {{ version }} {{ /if }} {{ #if title }} "{{ title }} "{{ /if }} {{ #if date }} ({{ date }} ){{ /if }}
2
+ {{ #if isPatch }} ###{{ else }} ##{{ /if }} {{ #if @root.linkCompare }} [{{ version }} ]({{ compareUrlFormat }} ){{ else }} {{ version }} {{ /if }} {{ #if title }} "{{ title }} "{{ /if }} {{ #if date }} ({{ date }} ){{ /if }}
Original file line number Diff line number Diff line change 1
1
{{> header }}
2
2
{{ #if noteGroups }}{{ #each noteGroups }}
3
3
4
- ### ⚠ {{ title }}
4
+ ### ⚠️ {{ title }}
5
5
6
- {{ #each notes }} * {{ #if commit.scope }} **{{ commit.scope }} :** {{ /if }} {{ #each text }} {{ this }}
7
- {{ ~/each }}
6
+ {{ #each notes }} * {{ #if commit.scope }} **{{ commit.scope }} :** {{ /if }} {{ this.text }}
8
7
{{ /each }}
9
8
{{ /each }}
10
9
{{ /if }}
17
16
{{ #each commits }}
18
17
{{> commit root = @root }}
19
18
{{ /each }}
20
- {{ /each }}
19
+ {{ /each }}
You can’t perform that action at this time.
0 commit comments