From 96f7bacfc94c30f132d1b9bd175fd499b1162eac Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 8 Apr 2022 12:06:25 +0200 Subject: [PATCH] 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: https://github.com/release-it/conventional-changelog/issues/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. --- .release-it/conventional-changelog-commit.hbs | 2 -- .release-it/conventional-changelog-template.hbs | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.release-it/conventional-changelog-commit.hbs b/.release-it/conventional-changelog-commit.hbs index 5c7c46124..594bc5e45 100644 --- a/.release-it/conventional-changelog-commit.hbs +++ b/.release-it/conventional-changelog-commit.hbs @@ -1,6 +1,4 @@ -
- *{{#if scope}} **{{scope}}:** {{~/if}} {{#if subject}} {{~subject}} diff --git a/.release-it/conventional-changelog-template.hbs b/.release-it/conventional-changelog-template.hbs index fa55c133f..99452ba38 100644 --- a/.release-it/conventional-changelog-template.hbs +++ b/.release-it/conventional-changelog-template.hbs @@ -22,5 +22,4 @@ {{/each}} -
-
+#