summaryrefslogtreecommitdiffhomepage
path: root/changelog-dev.hbs
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2022-05-16 14:28:38 -0400
committerGitHub <[email protected]>2022-05-16 14:28:38 -0400
commit76e0b7ceefe519ad1a7499ec9f41cfa56222d4dd (patch)
treef69bc42cedabef6eda420590d9d955ab69270b3f /changelog-dev.hbs
parentc676095783548fd96ab03834db1d746678f33c54 (diff)
downloadbazarr-76e0b7ceefe519ad1a7499ec9f41cfa56222d4dd.tar.gz
bazarr-76e0b7ceefe519ad1a7499ec9f41cfa56222d4dd.zip
no log: merge fix
Diffstat (limited to 'changelog-dev.hbs')
-rw-r--r--changelog-dev.hbs11
1 files changed, 4 insertions, 7 deletions
diff --git a/changelog-dev.hbs b/changelog-dev.hbs
index 15469d6cd..4a39542c0 100644
--- a/changelog-dev.hbs
+++ b/changelog-dev.hbs
@@ -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}} \ No newline at end of file
+{{/each}}