1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 04:01:35 +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

32
dist/commit2.hbs vendored
View File

@@ -1,2 +1,30 @@
* {{#if subject}} {{~subject}} {{~else}} {{~header}} {{~/if}}{{#if body}}
{{body}}{{~/if}}
*{{#if scope}} **{{scope}}:**
{{~/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}}