1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 13:21:33 +02:00

chore: compile dist using workflow (#75)

This commit is contained in:
Bharath KKB
2020-10-01 14:37:42 -05:00
committed by GitHub
parent 873216b074
commit 6a8c41c2e1
13 changed files with 17 additions and 53236 deletions

30
dist/commit2.hbs vendored
View File

@@ -1,30 +0,0 @@
*{{#if scope}} **{{scope}}:**
{{~/if}} {{#if subject}}
{{~subject}}
{{~else}}
{{~header}}
{{~/if}}
{{~!-- commit link --}} {{#if @root.linkReferences~}}
([{{shortHash}}]({{commitUrlFormat}}))
{{~else}}
{{~shortHash}}
{{~/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}}