From aca2c8a79ff7d607edef56105756d55fde3e238f Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 2 May 2022 02:49:29 +0200 Subject: [PATCH] build(meta): Add new valid Conventional Commits commit type 'docs' --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af22be8..7f9b5ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,8 @@ { name = "Bug fixes", directory = "fix", showcontent = true }, { name = "Project structure", directory = "build", showcontent = true }, { name = "Refactor", directory = "refactor", showcontent = true }, - { name = "Test", directory = "test", showcontent = true } + { name = "Test", directory = "test", showcontent = true }, + { name = "Documentation", directory = "docs", showcontent = true } ] # New format is in the works, not yet part of towncrier 21.9.0