[elbe-devel] [PATCH 2/3] add towncrier configuration
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Jun 10 15:32:31 CEST 2024
towncrier will be used to maintain the news entries.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
pyproject.toml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 000000000000..f00dbe73ae57
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[tool.towncrier]
+name = 'elbe'
+package = 'elbepack'
+directory = 'newsfragments'
+single_file = false
+filename = 'docs/news/{project_date}-v{version}.rst'
--
2.45.2
More information about the elbe-devel
mailing list