From 8c228c7a5b6039374cac36d599f19c0cb68bcddb Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 27 Jun 2023 20:30:01 +0200 Subject: [PATCH] fix: Remove unneeded title line for changelog generation --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2fe5cf30..02220d6ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ directory = "changes/changelog.d/" start_string = ".. towncrier\n" template = "changes/template.rst" issue_format = "" -title_format = "{version} (unreleased)" underlines = "-" [[tool.towncrier.section]]