From 1801b6b573b7c2832c5f26b51e3e0f67b3e8081a Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 14 Feb 2022 14:25:20 +0100 Subject: [PATCH] Fix towncrier configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3294012..2bb13cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ directory = ".changelog" filename = "CHANGELOG.md" all_bullets = true - template = ".changelog/changes/template.md" + template = ".changelog/template.md" start_string = "# Changelog\n" issue_format = "[#{issue}](https://dev.funkwhale.audio/funkwhale/mopidy/-/issues/{issue})" underlines = ["", ""]