mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
* chore: bump prettier v3 and format all code * chore: mjs config * chore: revert * chore: revert * chore: update lock
35 lines
712 B
Handlebars
35 lines
712 B
Handlebars
-{{#if scope}} {{scope}}:
|
|
{{~/if}} {{#if subject}}
|
|
{{~subject}}
|
|
{{~else}}
|
|
{{~header}}
|
|
{{~/if}}
|
|
{{#if references~}}
|
|
{{~#each references}} [{{~this.repository}}#{{this.issue}}](
|
|
{{~#if @root.repository}}
|
|
{{~#if @root.host}}
|
|
{{~@root.host}}/
|
|
{{~/if}}
|
|
{{~#if @root.owner}}
|
|
{{~@root.owner}}/
|
|
{{~/if}}
|
|
{{~@root.repository}}
|
|
{{~else}}
|
|
{{~@root.repoUrl}}
|
|
{{~/if}}
|
|
/{{~@root.issue}}/{{this.issue}}){{/each}}
|
|
{{~else}} [{{shortHash}}](
|
|
{{~#if @root.repository}}
|
|
{{~#if @root.host}}
|
|
{{~@root.host}}/
|
|
{{~/if}}
|
|
{{~#if @root.owner}}
|
|
{{~@root.owner}}/
|
|
{{~/if}}
|
|
{{~@root.repository}}
|
|
{{~else}}
|
|
{{~@root.repoUrl}}
|
|
{{~/if}}
|
|
/{{~@root.commit}}/{{hash}})
|
|
{{~/if}}
|