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 45b9352 commit d439c38Copy full SHA for d439c38
commitizen/config/base_config.py
@@ -18,6 +18,11 @@ def settings(self) -> Settings:
18
19
@property
20
def mutated_settings(self) -> Settings:
21
+ """It is used to record the changes from the config file defined by users,
22
+ which helps distinguish the ambiguous default behavior of
23
+ `changelog_incremental`.
24
+ Please refer to https://github.com/commitizen-tools/commitizen/pull/996
25
+ """
26
return self._settings_from_configs
27
28
0 commit comments