Lavish Jain _ P

Results 1 comments of Lavish Jain _ P

So we can solve this issue by adding one condition in _**find_increment**_ function in `commitizen.bump` file. ``` def patched_find_increment(commits, regex: str, increments_map) -> str: if isinstance(increments_map, dict): increments_map = OrderedDict(increments_map)...