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.
1 parent c533e70 commit aef2004Copy full SHA for aef2004
commitizen/config/base_config.py
@@ -41,6 +41,11 @@ def settings(self) -> Settings:
41
42
@property
43
def mutated_settings(self) -> Settings:
44
+ """It is used to record the changes from the config file defined by users,
45
+ which helps distinguish the ambiguous default behavior of
46
+ `changelog_incremental`.
47
+ Please refer to https://github.com/commitizen-tools/commitizen/pull/996
48
+ """
49
return self._settings_from_configs
50
51
0 commit comments