File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 55from commitizen .exceptions import MissingCzCustomizeConfigError
66
77TOML_STR = r"""
8+ [tool.commitizen]
9+ name = "cz_customize"
10+ version = "1.0.0"
11+ version_files = [
12+ "commitizen/__version__.py",
13+ "pyproject.toml"
14+ ]
15+
816 [tool.commitizen.customize]
917 message_template = "{{change_type}}:{% if show_message %} {{message}}{% endif %}"
1018 example = "feature: this feature enables customization through a config file"
4250JSON_STR = r"""
4351 {
4452 "commitizen": {
45- "name": "cz_jira ",
53+ "name": "cz_customize ",
4654 "version": "1.0.0",
4755 "version_files": [
4856 "commitizen/__version__.py",
99107
100108YAML_STR = """
101109commitizen:
102- name: cz_jira
110+ name: cz_customize
103111 version: 1.0.0
104112 version_files:
105113 - commitizen/__version__.py
You can’t perform that action at this time.
0 commit comments