1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 02:27:48 +02:00

chore: build dist release-please-action (#467)

This commit is contained in:
Google GitHub Actions Bot
2022-04-20 12:36:26 -05:00
committed by GitHub
parent b2dd1ed06a
commit 57f22808da
10 changed files with 3398 additions and 2775 deletions

58
dist/commit.hbs vendored
View File

@@ -1,56 +1,2 @@
* {{header}} * {{#if subject}} {{~subject}} {{~else}} {{~header}} {{~/if}}{{#if body}}
{{body}}{{~/if}}
{{~!-- commit link --}} {{#if @root.linkReferences~}}
([{{hash}}](
{{~#if @root.repository}}
{{~#if @root.host}}
{{~@root.host}}/
{{~/if}}
{{~#if @root.owner}}
{{~@root.owner}}/
{{~/if}}
{{~@root.repository}}
{{~else}}
{{~@root.repoUrl}}
{{~/if}}/
{{~@root.commit}}/{{hash}}))
{{~else}}
{{~hash}}
{{~/if}}
{{~!-- commit references --}}
{{~#if references~}}
, closes
{{~#each references}} {{#if @root.linkReferences~}}
[
{{~#if this.owner}}
{{~this.owner}}/
{{~/if}}
{{~this.repository}}#{{this.issue}}](
{{~#if @root.repository}}
{{~#if @root.host}}
{{~@root.host}}/
{{~/if}}
{{~#if this.repository}}
{{~#if this.owner}}
{{~this.owner}}/
{{~/if}}
{{~this.repository}}
{{~else}}
{{~#if @root.owner}}
{{~@root.owner}}/
{{~/if}}
{{~@root.repository}}
{{~/if}}
{{~else}}
{{~@root.repoUrl}}
{{~/if}}/
{{~@root.issue}}/{{this.issue}})
{{~else}}
{{~#if this.owner}}
{{~this.owner}}/
{{~/if}}
{{~this.repository}}#{{this.issue}}
{{~/if}}{{/each}}
{{~/if}}

50
dist/commit1.hbs vendored
View File

@@ -1,15 +1,22 @@
*{{#if scope}} **{{scope}}:** * {{header}}
{{~/if}} {{#if subject}}
{{~subject}}
{{~else}}
{{~header}}
{{~/if}}
{{~!-- commit link --}}{{~#if hash}} {{#if @root.linkReferences~}} {{~!-- commit link --}} {{#if @root.linkReferences~}}
([{{shortHash}}]({{commitUrlFormat}})) ([{{hash}}](
{{~#if @root.repository}}
{{~#if @root.host}}
{{~@root.host}}/
{{~/if}}
{{~#if @root.owner}}
{{~@root.owner}}/
{{~/if}}
{{~@root.repository}}
{{~else}}
{{~@root.repoUrl}}
{{~/if}}/
{{~@root.commit}}/{{hash}}))
{{~else}} {{~else}}
{{~shortHash}} {{~hash}}
{{~/if}}{{~/if}} {{~/if}}
{{~!-- commit references --}} {{~!-- commit references --}}
{{~#if references~}} {{~#if references~}}
@@ -19,12 +26,31 @@
{{~#if this.owner}} {{~#if this.owner}}
{{~this.owner}}/ {{~this.owner}}/
{{~/if}} {{~/if}}
{{~this.repository}}{{this.prefix}}{{this.issue}}]({{issueUrlFormat}}) {{~this.repository}}#{{this.issue}}](
{{~#if @root.repository}}
{{~#if @root.host}}
{{~@root.host}}/
{{~/if}}
{{~#if this.repository}}
{{~#if this.owner}}
{{~this.owner}}/
{{~/if}}
{{~this.repository}}
{{~else}}
{{~#if @root.owner}}
{{~@root.owner}}/
{{~/if}}
{{~@root.repository}}
{{~/if}}
{{~else}}
{{~@root.repoUrl}}
{{~/if}}/
{{~@root.issue}}/{{this.issue}})
{{~else}} {{~else}}
{{~#if this.owner}} {{~#if this.owner}}
{{~this.owner}}/ {{~this.owner}}/
{{~/if}} {{~/if}}
{{~this.repository}}{{this.prefix}}{{this.issue}} {{~this.repository}}#{{this.issue}}
{{~/if}}{{/each}} {{~/if}}{{/each}}
{{~/if}} {{~/if}}

32
dist/commit2.hbs vendored
View File

@@ -1,2 +1,30 @@
* {{#if subject}} {{~subject}} {{~else}} {{~header}} {{~/if}}{{#if body}} *{{#if scope}} **{{scope}}:**
{{body}}{{~/if}} {{~/if}} {{#if subject}}
{{~subject}}
{{~else}}
{{~header}}
{{~/if}}
{{~!-- commit link --}}{{~#if hash}} {{#if @root.linkReferences~}}
([{{shortHash}}]({{commitUrlFormat}}))
{{~else}}
{{~shortHash}}
{{~/if}}{{~/if}}
{{~!-- commit references --}}
{{~#if references~}}
, closes
{{~#each references}} {{#if @root.linkReferences~}}
[
{{~#if this.owner}}
{{~this.owner}}/
{{~/if}}
{{~this.repository}}{{this.prefix}}{{this.issue}}]({{issueUrlFormat}})
{{~else}}
{{~#if this.owner}}
{{~this.owner}}/
{{~/if}}
{{~this.repository}}{{this.prefix}}{{this.issue}}
{{~/if}}{{/each}}
{{~/if}}

18
dist/header.hbs vendored
View File

@@ -1,9 +1,9 @@
## {{#if isPatch~}} <small> ### {{#if @root.linkCompare~}}
{{~/if~}} {{version}} [{{version}}]({{compareUrlFormat}})
{{~#if title}} "{{title}}" {{~else}}
{{~/if~}} {{~version}}
{{~#if date}} ({{date}}) {{~/if}}
{{~/if~}} {{~#if title}} "{{title}}"
{{~#if isPatch~}} </small> {{~/if}}
{{~/if}} {{~#if date}} / {{date}}
{{/if}}

22
dist/header1.hbs vendored
View File

@@ -1,13 +1,9 @@
{{#if isPatch~}} ## {{#if isPatch~}} <small>
### {{~/if~}} {{version}}
{{~else~}} {{~#if title}} "{{title}}"
## {{~/if~}}
{{~/if}} {{#if @root.linkCompare~}} {{~#if date}} ({{date}})
[{{version}}]({{compareUrlFormat}}) {{~/if~}}
{{~else}} {{~#if isPatch~}} </small>
{{~version}} {{~/if}}
{{~/if}}
{{~#if title}} "{{title}}"
{{~/if}}
{{~#if date}} ({{date}})
{{/if}}

8
dist/header2.hbs vendored
View File

@@ -1,9 +1,13 @@
### {{#if @root.linkCompare~}} {{#if isPatch~}}
###
{{~else~}}
##
{{~/if}} {{#if @root.linkCompare~}}
[{{version}}]({{compareUrlFormat}}) [{{version}}]({{compareUrlFormat}})
{{~else}} {{~else}}
{{~version}} {{~version}}
{{~/if}} {{~/if}}
{{~#if title}} "{{title}}" {{~#if title}} "{{title}}"
{{~/if}} {{~/if}}
{{~#if date}} / {{date}} {{~#if date}} ({{date}})
{{/if}} {{/if}}

5933
dist/index.js vendored

File diff suppressed because it is too large Load Diff

22
dist/template.hbs vendored
View File

@@ -1,11 +1,19 @@
{{> header}} {{> header}}
{{#if noteGroups}}
{{#each noteGroups}}
#### ⚠ {{title}}
{{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
{{/each}}
{{/each}}
{{/if}}
{{#each commitGroups}} {{#each commitGroups}}
{{#if title}}
#### {{title}}
{{/if}}
{{#each commits}} {{#each commits}}
{{> commit root=@root}} {{> commit root=@root}}{{/each}}{{/each}}
{{/each}}
{{/each}}
{{> footer}}

20
dist/template1.hbs vendored
View File

@@ -1,23 +1,11 @@
{{> header}} {{> header}}
{{#if noteGroups}}
{{#each noteGroups}}
### ⚠ {{title}}
{{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
{{/each}}
{{/each}}
{{/if}}
{{#each commitGroups}} {{#each commitGroups}}
{{#if title}}
### {{title}}
{{/if}}
{{#each commits}} {{#each commits}}
{{> commit root=@root}} {{> commit root=@root}}
{{/each}} {{/each}}
{{/each}} {{/each}}
{{> footer}}

10
dist/template2.hbs vendored
View File

@@ -1,8 +1,9 @@
{{> header}} {{> header}}
{{#if noteGroups}} {{#if noteGroups}}
{{#each noteGroups}} {{#each noteGroups}}
####{{title}} ### ⚠ {{title}}
{{#each notes}} {{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}} * {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
@@ -12,8 +13,11 @@
{{#each commitGroups}} {{#each commitGroups}}
{{#if title}} {{#if title}}
#### {{title}} ### {{title}}
{{/if}} {{/if}}
{{#each commits}} {{#each commits}}
{{> commit root=@root}}{{/each}}{{/each}} {{> commit root=@root}}
{{/each}}
{{/each}}