1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 19:51:32 +02:00

feat!: initial implementation of logic for running release please

This commit is contained in:
bcoe
2020-05-09 14:55:31 -07:00
parent 362d78e59b
commit 196390b866
18 changed files with 57175 additions and 2 deletions

30
dist/commit2.hbs vendored Normal file
View File

@@ -0,0 +1,30 @@
*{{#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}}