From ec8c4d6340f7cf3f315b25826b0c0dd910c78171 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 2 Aug 2024 12:44:08 +0200 Subject: [PATCH] Ignore .template.rst from towncrier fragments --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6426451c..1db3f2cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -256,6 +256,7 @@ source = ["mcproto"] package = "mcproto" directory = "changes" template = "changes/.template.rst" +ignore = [".template.rst"] filename = "CHANGELOG.md" issue_format = "[#{issue}](https://github.com/py-mine/mcproto/issues/{issue})" orphan_prefix = "+" # Use '+' instead of number for fragments not connected to any PR