mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-21 23:32:31 +00:00
no log: fix changelog template
This commit is contained in:
parent
080710e7e1
commit
77f3ff82d5
2 changed files with 6 additions and 12 deletions
|
@ -1,15 +1,12 @@
|
||||||
From newest to oldest:
|
From newest to oldest:
|
||||||
{{#each releases}}
|
{{#each releases}}
|
||||||
{{#each merges}}
|
{{#each merges}}
|
||||||
-
|
- {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
||||||
{{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{#each fixes}}
|
{{#each fixes}}
|
||||||
-
|
- {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
||||||
{{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{#each commits}}
|
{{#each commits}}
|
||||||
-
|
- {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
|
||||||
{{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{/each}}
|
{{/each}}
|
|
@ -1,15 +1,12 @@
|
||||||
From newest to oldest:
|
From newest to oldest:
|
||||||
{{#each releases}}
|
{{#each releases}}
|
||||||
{{#each merges}}
|
{{#each merges}}
|
||||||
-
|
- {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
||||||
{{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{#each fixes}}
|
{{#each fixes}}
|
||||||
-
|
- {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
||||||
{{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{#each commits}}
|
{{#each commits}}
|
||||||
-
|
- {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
|
||||||
{{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{/each}}
|
{{/each}}
|
Loading…
Reference in a new issue