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]]