We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEFAULT_SETTINGS
1 parent 0ef12d5 commit f3ed157Copy full SHA for f3ed157
commitizen/defaults.py
@@ -70,7 +70,7 @@ class Settings(TypedDict, total=False):
70
encoding: str = "utf-8"
71
72
DEFAULT_SETTINGS: Settings = {
73
- "name": "cz_conventional_commits",
+ "name": name,
74
"version": None,
75
"version_files": [],
76
"version_provider": "commitizen",
@@ -95,7 +95,7 @@ class Settings(TypedDict, total=False):
95
"pre_bump_hooks": [],
96
"post_bump_hooks": [],
97
"prerelease_offset": 0,
98
- "encoding": "utf-8",
+ "encoding": encoding,
99
}
100
101
MAJOR = "MAJOR"
0 commit comments