File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 5
5
from commitizen .exceptions import MissingCzCustomizeConfigError
6
6
7
7
TOML_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
+
8
16
[tool.commitizen.customize]
9
17
message_template = "{{change_type}}:{% if show_message %} {{message}}{% endif %}"
10
18
example = "feature: this feature enables customization through a config file"
42
50
JSON_STR = r"""
43
51
{
44
52
"commitizen": {
45
- "name": "cz_jira ",
53
+ "name": "cz_customize ",
46
54
"version": "1.0.0",
47
55
"version_files": [
48
56
"commitizen/__version__.py",
99
107
100
108
YAML_STR = """
101
109
commitizen:
102
- name: cz_jira
110
+ name: cz_customize
103
111
version: 1.0.0
104
112
version_files:
105
113
- commitizen/__version__.py
You can’t perform that action at this time.
0 commit comments