Tim Hsiung

Results 76 comments of Tim Hsiung

I'll probably do something like the following in `defaults.py` ```python # mymodule.py import warnings # ✅ Non-deprecated export NEW_CONSTANT = "new value" # ⚠️ Deprecated export (will warn on access)...

Not yet on 4.8.2 ``` commitizen-py3.13➜ commitizen git:(master) cz c -s -- --allow-empty ? Select the type of change you are committing fix: A bug fix. Correlates with PATCH in...

I think we can add options and let the user choose their preference?

@Lee-W wdyt? But I think we should have a better config option name like `retry_after_failure_bump` if we want to implement this feature, or we need to redesign the config options...

@Lee-W what is the status of this issue? Are there any action items?

@Lee-W I already ran `pytest tests/commands/test_version_command.py -n auto --regen-all` to regenerate the test files, but the pipeline still fails. (The tests passed on my machine) Do you have any ideas...

> @Lee-W I already ran `pytest tests/commands/test_version_command.py -n auto --regen-all` to regenerate the test files, but the pipeline still fails. (The tests passed on my machine) > > Do you...