no log: fix changelog template

This commit is contained in:
morpheus65535 2023-06-24 18:19:57 -04:00
parent 080710e7e1
commit 77f3ff82d5
2 changed files with 6 additions and 12 deletions

View File

@ -1,15 +1,12 @@
From newest to oldest:
{{#each releases}}
{{#each merges}}
-
{{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each fixes}}
-
{{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each commits}}
-
{{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
- {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
{{/each}}
{{/each}}

View File

@ -1,15 +1,12 @@
From newest to oldest:
{{#each releases}}
{{#each merges}}
-
{{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each fixes}}
-
{{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each commits}}
-
{{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
- {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
{{/each}}
{{/each}}