Santiago Fraire Willemoes

Results 299 comments of Santiago Fraire Willemoes

Any update on this feature or is there no longer interest?

mypy is strict enough I think, please reopen if otherwise

I know, and I apologize, I just haven't had the bandwith. My intention is still to add semver. The tool I was considering before was deprecated. But there's another one...

This has been released with v3. Check the docs: https://commitizen-tools.github.io/commitizen/bump/#version_type More info on the release page: https://github.com/commitizen-tools/commitizen/releases/tag/3.0.0 For rust users, the version provider might also be interesting. Commitizen can use...

## Option 1 When selecting version, start with `^`, so it will check that the line starts with `version` ``` version_files = ["pyproject.toml:^version"] ``` ## Option 2 (recommended) Use `version_provider`,...

Yes, could be a good idea, under which question would be add it? They are both documented, but not together

You can build your own [custom-version-provider](https://commitizen-tools.github.io/commitizen/config/#custom-version-provider) plugin to support this. If you do release a plugin, feel free to add it to third party packages section 🙏🏻

Closing as the current behavior works well enough