1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 10:51:38 +02:00

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

This commit is contained in:
Google GitHub Actions Bot
2022-04-12 18:18:19 -04:00
committed by GitHub
parent 1511242f61
commit dc68c88725
10 changed files with 902 additions and 358 deletions

58
dist/commit.hbs vendored
View File

@@ -1,2 +1,56 @@
* {{#if subject}} {{~subject}} {{~else}} {{~header}} {{~/if}}{{#if body}} * {{header}}
{{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,23 +1,16 @@
* {{header}} *{{#if scope}} **{{scope}}:**
{{~/if}} {{#if subject}}
{{~!-- commit link --}} {{#if @root.linkReferences~}} {{~subject}}
([{{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}}
{{~hash}} {{~header}}
{{~/if}} {{~/if}}
{{~!-- commit link --}}{{~#if hash}} {{#if @root.linkReferences~}}
([{{shortHash}}]({{commitUrlFormat}}))
{{~else}}
{{~shortHash}}
{{~/if}}{{~/if}}
{{~!-- commit references --}} {{~!-- commit references --}}
{{~#if references~}} {{~#if references~}}
, closes , closes
@@ -26,31 +19,12 @@
{{~#if this.owner}} {{~#if this.owner}}
{{~this.owner}}/ {{~this.owner}}/
{{~/if}} {{~/if}}
{{~this.repository}}#{{this.issue}}]( {{~this.repository}}{{this.prefix}}{{this.issue}}]({{issueUrlFormat}})
{{~#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.issue}} {{~this.repository}}{{this.prefix}}{{this.issue}}
{{~/if}}{{/each}} {{~/if}}{{/each}}
{{~/if}} {{~/if}}

32
dist/commit2.hbs vendored
View File

@@ -1,30 +1,2 @@
*{{#if scope}} **{{scope}}:** * {{#if subject}} {{~subject}} {{~else}} {{~header}} {{~/if}}{{#if body}}
{{~/if}} {{#if subject}} {{body}}{{~/if}}
{{~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 @root.linkCompare~}} ## {{#if isPatch~}} <small>
[{{version}}]({{compareUrlFormat}}) {{~/if~}} {{version}}
{{~else}} {{~#if title}} "{{title}}"
{{~version}} {{~/if~}}
{{~/if}} {{~#if date}} ({{date}})
{{~#if title}} "{{title}}" {{~/if~}}
{{~/if}} {{~#if isPatch~}} </small>
{{~#if date}} / {{date}} {{~/if}}
{{/if}}

22
dist/header1.hbs vendored
View File

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

8
dist/header2.hbs vendored
View File

@@ -1,13 +1,9 @@
{{#if isPatch~}} ### {{#if @root.linkCompare~}}
###
{{~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}}

1020
dist/index.js vendored

File diff suppressed because it is too large Load Diff

22
dist/template.hbs vendored
View File

@@ -1,19 +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}}{{/each}}{{/each}} {{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}

20
dist/template1.hbs vendored
View File

@@ -1,11 +1,23 @@
{{> 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,9 +1,8 @@
{{> 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}}
@@ -13,11 +12,8 @@
{{#each commitGroups}} {{#each commitGroups}}
{{#if title}} {{#if title}}
### {{title}} #### {{title}}
{{/if}} {{/if}}
{{#each commits}} {{#each commits}}
{{> commit root=@root}} {{> commit root=@root}}{{/each}}{{/each}}
{{/each}}
{{/each}}