From 5a8f5c4b20013234cfc8addc0a483bd66a967e7b Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 14 Feb 2022 14:26:01 +0100 Subject: [PATCH] Configure right directory for changelog snippets --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bb13cd..282ffc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.towncrier] package = "mopidy_funkwhale" - directory = ".changelog" + directory = ".changelog/changes" filename = "CHANGELOG.md" all_bullets = true template = ".changelog/template.md"