mirror of
https://github.com/googleapis/release-please-action.git
synced 2026-03-25 05:33:08 +00:00
31 lines
670 B
Handlebars
31 lines
670 B
Handlebars
*{{#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}}
|
|
|