From 778bcb1a2f669c3705fa9b527b446f2515d99302 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 26 Feb 2024 21:35:17 +0100 Subject: [PATCH] ci: adjust the commitizen config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Reorder the languages based on the likelihood * Add ‹style› to the possible options Signed-off-by: Matej Focko --- .cz.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 4041e5b..f38e49e 100644 --- a/.cz.toml +++ b/.cz.toml @@ -17,7 +17,7 @@ schema_pattern = """\ [[tool.commitizen.customize.questions]] type = "list" name = "type_lang" -choices = ["cpp", "cs", "go", "java", "js", "kt", "rb", "rs", "swift", "chore", "ci"] +choices = ["cpp", "rs", "kt", "cs", "java", "go", "java", "js", "rb", "swift", "chore", "ci", "style"] message = "Select the language (or type of change) you are commiting" [[tool.commitizen.customize.questions]]