From 92452bda7dd8268fb9eb6022090187d779914bbf Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 14 Feb 2024 17:27:16 +0000 Subject: build: Fix changelog generation with missing commit types Update commitizen config to include all the commit types into the changelog, that are currently accepted by the commit message verification. Change-Id: Iffc975bff9c44ea202b109bd488ba1c9d5e19bd6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c4cc8c..cf2db54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,6 +90,6 @@ update_changelog_on_bump = true schema_pattern = "(?s)(build|ci|docs|feat|fix|perf|refactor|style|test)(\\(\\S+\\))?!?:( [A-Z][^\\n\\r]+)((\\n\\n.*)|(\\s*))?$" schema = "(): \n\n\n\n(BREAKING CHANGE: )