chore(cz): add missing newline at the end of URL
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b6b91b1055
commit
c5d0cc0c89
1 changed files with 1 additions and 1 deletions
2
.cz.toml
2
.cz.toml
|
@ -3,7 +3,7 @@
|
||||||
name = "cz_customize"
|
name = "cz_customize"
|
||||||
|
|
||||||
[tool.commitizen.customize]
|
[tool.commitizen.customize]
|
||||||
message_template = "{{type_lang}}: add «{{no}}. {{problem}}»\n\nURL:\t{{problem_link}}"
|
message_template = "{{type_lang}}: add «{{no}}. {{problem}}»\n\nURL:\t{{problem_link}}\n"
|
||||||
example = "cpp: add «997. Find the Town Judge»"
|
example = "cpp: add «997. Find the Town Judge»"
|
||||||
schema = "‹type_lang›: ‹message›"
|
schema = "‹type_lang›: ‹message›"
|
||||||
schema_pattern = """\
|
schema_pattern = """\
|
||||||
|
|
Loading…
Reference in a new issue