mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
27 lines
489 B
Handlebars
27 lines
489 B
Handlebars
<a name="{{version}}"></a>
|
|
{{#if isPatch~}}
|
|
##
|
|
{{~else~}}
|
|
#
|
|
{{~/if}} {{#if @root.linkCompare~}}
|
|
[{{version}}](
|
|
{{~#if @root.repository~}}
|
|
{{~#if @root.host}}
|
|
{{~@root.host}}/
|
|
{{~/if}}
|
|
{{~#if @root.owner}}
|
|
{{~@root.owner}}/
|
|
{{~/if}}
|
|
{{~@root.repository}}
|
|
{{~else}}
|
|
{{~@root.repoUrl}}
|
|
{{~/if~}}
|
|
/compare/{{previousTag}}...{{currentTag}})
|
|
{{~else}}
|
|
{{~version}}
|
|
{{~/if}}
|
|
{{~#if title}} "{{title}}"
|
|
{{~/if}}
|
|
{{~#if date}} ({{date}})
|
|
{{/if}}
|