mirror of
https://gitlab.com/mfocko/LeetCode.git
synced 2024-11-09 15:59:06 +01:00
chore: reorder languages in the choices for cz
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
e1f7a646ae
commit
2c5ebe699d
1 changed files with 1 additions and 1 deletions
2
.cz.toml
2
.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]]
|
||||
|
|
Loading…
Reference in a new issue