Skip to content

Commit c8a7ee9

Browse files
author
Christopher - Marcel Böddecker
committed
fix(templates): changelog/release note formatting
1 parent 7df4b36 commit c8a7ee9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/steps/cd.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ steps:
148148
},
149149
mainTemplate: `
150150
{{> header}}
151-
152151
{{#if noteGroups}}
153152
{{#each noteGroups}}
153+
154154
#### :warning: {{title}} :warning:
155155
156156
{{#each notes}}
@@ -177,15 +177,15 @@ steps:
177177
{{/each}}
178178
{{/if}}
179179
180-
{{#each commitGroups}}
180+
{{~#each commitGroups}}
181181
{{#if title}}
182+
182183
#### {{title}}
183184
184185
{{/if}}
185186
{{#each commits}}
186187
{{> commit root=@root}}
187188
{{/each}}
188-
189189
{{/each}}
190190
`,
191191
commitPartial: `*{{#if scope}} **{{scope}}:**
@@ -249,8 +249,7 @@ steps:
249249
{{~/if}}{{/each}}
250250
{{~/if}}
251251
252-
{{~#if body}}
253-
252+
{{#if body}}
254253
{{body}}
255254
{{/if}}
256255
`,

0 commit comments

Comments
 (0)