ci: adjust the commitizen config
* Reorder the languages based on the likelihood * Add ‹style› to the possible options Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
e843e692eb
commit
778bcb1a2f
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", "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]]
|
||||
|
|
Loading…
Reference in a new issue