Lee-W commented on PR #30970: URL: https://github.com/apache/airflow/pull/30970#issuecomment-1532824022
AFAIK, what [commitizen bump](https://commitizen-tools.github.io/commitizen/bump/) can do is replace the old versions in pre-defined places like [version_files](https://github.com/commitizen-tools/commitizen/blob/cbab456d4c96e0f167b274cf1bd18349e4f049e7/pyproject.toml#L4) with new versions (can be manually set to certain version). If we want to fully utilize commitizen auto bumping, we'll need to follow certain commit rule (can be customized). But I'm not sure whether airflow has / is going to have certain commit rules that can be parsed. Nonetheless, changing all the version across pre-definied files might still be something helpful. I'd be interested in working on it if this sounds reasonable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
