Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit fd790a2

Browse files
fix(build): action with support for PHP
1 parent 7967947 commit fd790a2

File tree

9 files changed

+40397
-47211
lines changed

9 files changed

+40397
-47211
lines changed

dist/commit1.hbs

Lines changed: 12 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
1-
* {{header}}
2-
3-
{{~!-- commit link --}} {{#if @root.linkReferences~}}
4-
([{{hash}}](
5-
{{~#if @root.repository}}
6-
{{~#if @root.host}}
7-
{{~@root.host}}/
8-
{{~/if}}
9-
{{~#if @root.owner}}
10-
{{~@root.owner}}/
11-
{{~/if}}
12-
{{~@root.repository}}
13-
{{~else}}
14-
{{~@root.repoUrl}}
15-
{{~/if}}/
16-
{{~@root.commit}}/{{hash}}))
1+
*{{#if scope}} **{{scope}}:**
2+
{{~/if}} {{#if subject}}
3+
{{~subject}}
174
{{~else}}
18-
{{~hash}}
5+
{{~header}}
196
{{~/if}}
207

8+
{{~!-- commit link --}}{{~#if hash}} {{#if @root.linkReferences~}}
9+
([{{shortHash}}]({{commitUrlFormat}}))
10+
{{~else}}
11+
{{~shortHash}}
12+
{{~/if}}{{~/if}}
13+
2114
{{~!-- commit references --}}
2215
{{~#if references~}}
2316
, closes
@@ -26,31 +19,12 @@
2619
{{~#if this.owner}}
2720
{{~this.owner}}/
2821
{{~/if}}
29-
{{~this.repository}}#{{this.issue}}](
30-
{{~#if @root.repository}}
31-
{{~#if @root.host}}
32-
{{~@root.host}}/
33-
{{~/if}}
34-
{{~#if this.repository}}
35-
{{~#if this.owner}}
36-
{{~this.owner}}/
37-
{{~/if}}
38-
{{~this.repository}}
39-
{{~else}}
40-
{{~#if @root.owner}}
41-
{{~@root.owner}}/
42-
{{~/if}}
43-
{{~@root.repository}}
44-
{{~/if}}
45-
{{~else}}
46-
{{~@root.repoUrl}}
47-
{{~/if}}/
48-
{{~@root.issue}}/{{this.issue}})
22+
{{~this.repository}}{{this.prefix}}{{this.issue}}]({{issueUrlFormat}})
4923
{{~else}}
5024
{{~#if this.owner}}
5125
{{~this.owner}}/
5226
{{~/if}}
53-
{{~this.repository}}#{{this.issue}}
27+
{{~this.repository}}{{this.prefix}}{{this.issue}}
5428
{{~/if}}{{/each}}
5529
{{~/if}}
5630

dist/commit2.hbs

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
*{{#if scope}} **{{scope}}:**
2-
{{~/if}} {{#if subject}}
3-
{{~subject}}
4-
{{~else}}
5-
{{~header}}
6-
{{~/if}}
1+
* {{header}}
72

8-
{{~!-- commit link --}}{{~#if hash}} {{#if @root.linkReferences~}}
9-
([{{shortHash}}]({{commitUrlFormat}}))
3+
{{~!-- commit link --}} {{#if @root.linkReferences~}}
4+
([{{hash}}](
5+
{{~#if @root.repository}}
6+
{{~#if @root.host}}
7+
{{~@root.host}}/
8+
{{~/if}}
9+
{{~#if @root.owner}}
10+
{{~@root.owner}}/
11+
{{~/if}}
12+
{{~@root.repository}}
13+
{{~else}}
14+
{{~@root.repoUrl}}
15+
{{~/if}}/
16+
{{~@root.commit}}/{{hash}}))
1017
{{~else}}
11-
{{~shortHash}}
12-
{{~/if}}{{~/if}}
18+
{{~hash}}
19+
{{~/if}}
1320

1421
{{~!-- commit references --}}
1522
{{~#if references~}}
@@ -19,12 +26,31 @@
1926
{{~#if this.owner}}
2027
{{~this.owner}}/
2128
{{~/if}}
22-
{{~this.repository}}{{this.prefix}}{{this.issue}}]({{issueUrlFormat}})
29+
{{~this.repository}}#{{this.issue}}](
30+
{{~#if @root.repository}}
31+
{{~#if @root.host}}
32+
{{~@root.host}}/
33+
{{~/if}}
34+
{{~#if this.repository}}
35+
{{~#if this.owner}}
36+
{{~this.owner}}/
37+
{{~/if}}
38+
{{~this.repository}}
39+
{{~else}}
40+
{{~#if @root.owner}}
41+
{{~@root.owner}}/
42+
{{~/if}}
43+
{{~@root.repository}}
44+
{{~/if}}
45+
{{~else}}
46+
{{~@root.repoUrl}}
47+
{{~/if}}/
48+
{{~@root.issue}}/{{this.issue}})
2349
{{~else}}
2450
{{~#if this.owner}}
2551
{{~this.owner}}/
2652
{{~/if}}
27-
{{~this.repository}}{{this.prefix}}{{this.issue}}
53+
{{~this.repository}}#{{this.issue}}
2854
{{~/if}}{{/each}}
2955
{{~/if}}
3056

dist/footer.hbs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
{{#if noteGroups}}
2-
{{#each noteGroups}}
3-
4-
### {{title}}
5-
6-
{{#each notes}}
7-
* {{text}}
8-
{{/each}}
9-
{{/each}}
10-
{{/if}}

dist/footer1.hbs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{{#if noteGroups}}
2+
{{#each noteGroups}}
3+
4+
### {{title}}
5+
6+
{{#each notes}}
7+
* {{text}}
8+
{{/each}}
9+
{{/each}}
10+
{{/if}}

dist/header1.hbs

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## {{#if isPatch~}} <small>
2-
{{~/if~}} {{version}}
3-
{{~#if title}} "{{title}}"
4-
{{~/if~}}
5-
{{~#if date}} ({{date}})
6-
{{~/if~}}
7-
{{~#if isPatch~}} </small>
8-
{{~/if}}
9-
1+
{{#if isPatch~}}
2+
###
3+
{{~else~}}
4+
##
5+
{{~/if}} {{#if @root.linkCompare~}}
6+
[{{version}}]({{compareUrlFormat}})
7+
{{~else}}
8+
{{~version}}
9+
{{~/if}}
10+
{{~#if title}} "{{title}}"
11+
{{~/if}}
12+
{{~#if date}} ({{date}})
13+
{{/if}}

dist/header2.hbs

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
{{#if isPatch~}}
2-
###
3-
{{~else~}}
4-
##
5-
{{~/if}} {{#if @root.linkCompare~}}
6-
[{{version}}]({{compareUrlFormat}})
7-
{{~else}}
8-
{{~version}}
9-
{{~/if}}
10-
{{~#if title}} "{{title}}"
11-
{{~/if}}
12-
{{~#if date}} ({{date}})
13-
{{/if}}
1+
## {{#if isPatch~}} <small>
2+
{{~/if~}} {{version}}
3+
{{~#if title}} "{{title}}"
4+
{{~/if~}}
5+
{{~#if date}} ({{date}})
6+
{{~/if~}}
7+
{{~#if isPatch~}} </small>
8+
{{~/if}}
9+

0 commit comments

Comments
 (0)