conventional-changelog-action/node_modules/conventional-changelog-jquery/templates/header.hbs

18 lines
330 B
Handlebars

{{#if isPatch~}}
##
{{~else~}}
#
{{~/if}} {{#if @root.linkCompare~}}
[{{version}}]({{@root.host}}/
{{~#if @root.owner}}
{{~@root.owner}}/
{{~/if}}
{{~@root.repository}}/compare/{{previousTag}}...{{currentTag}})
{{~else}}
{{~version}}
{{~/if}}
{{~#if title}} "{{title}}"
{{~/if}}
{{~#if date}} ({{date}})
{{/if}}