aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog-master.hbs
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2022-05-16 14:29:03 -0400
committerGitHub <[email protected]>2022-05-16 14:29:03 -0400
commit3d7fa06f410ef1dc491b2867212e402fda5af6b6 (patch)
tree31f70bcebbe62444237b65085416e5578f4ed088 /changelog-master.hbs
parent76e0b7ceefe519ad1a7499ec9f41cfa56222d4dd (diff)
downloadbazarr-3d7fa06f410ef1dc491b2867212e402fda5af6b6.tar.gz
bazarr-3d7fa06f410ef1dc491b2867212e402fda5af6b6.zip
no log: merge fix
Diffstat (limited to 'changelog-master.hbs')
-rw-r--r--changelog-master.hbs11
1 files changed, 4 insertions, 7 deletions
diff --git a/changelog-master.hbs b/changelog-master.hbs
index 15469d6cd..4a39542c0 100644
--- a/changelog-master.hbs
+++ b/changelog-master.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}}