Skip to content

Commit 96f7bac

Browse files
committed
fix(Build): Fix changelog template.
Since conventional-changelog 4.2.0 the previous header is merged to the end of the new changelog entry block. This is documented here: release-it/conventional-changelog#46 As long as this issue is not resolved, we're adding a ``#`` at the end of the changelog block, intending the previous entry in the heading hierarchy, but that's better than a even more messed up changelog file.
1 parent 7064db1 commit 96f7bac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.release-it/conventional-changelog-commit.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
<br>
3-
42
*{{#if scope}} **{{scope}}:**
53
{{~/if}} {{#if subject}}
64
{{~subject}}

.release-it/conventional-changelog-template.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@
2222

2323
{{/each}}
2424

25-
<br>
26-
<br>
25+
#

0 commit comments

Comments
 (0)