From 2c5ebe699d17f9f40c4ab1cfa692405544e90bf5 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 4 Apr 2024 23:10:21 +0200 Subject: [PATCH] chore: reorder languages in the choices for cz Signed-off-by: Matej Focko --- .cz.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 7b199f1..fd7970e 100644 --- a/.cz.toml +++ b/.cz.toml @@ -17,7 +17,7 @@ schema_pattern = """\ [[tool.commitizen.customize.questions]] type = "list" name = "type_lang" -choices = ["cpp", "rs", "kt", "cs", "java", "go", "java", "js", "rb", "swift", "chore", "ci", "style"] +choices = ["cpp", "rs", "cs", "go", "java", "kt", "js", "rb", "swift", "chore", "ci", "style"] message = "Select the language (or type of change) you are commiting" [[tool.commitizen.customize.questions]]