1
0
Fork 0
mirror of https://gitlab.com/mfocko/LeetCode.git synced 2024-09-19 17:56:55 +02:00

chore: reorder languages in the choices for cz

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2024-04-04 23:10:21 +02:00
parent e1f7a646ae
commit 2c5ebe699d
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -17,7 +17,7 @@ schema_pattern = """\
[[tool.commitizen.customize.questions]] [[tool.commitizen.customize.questions]]
type = "list" type = "list"
name = "type_lang" 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" message = "Select the language (or type of change) you are commiting"
[[tool.commitizen.customize.questions]] [[tool.commitizen.customize.questions]]