|
| 1 | +## Features we won't add |
| 2 | + |
| 3 | +For a comprehensive list of features that have been considered but won't be implemented, please refer to our [issue tracker](https://github.com/commitizen-tools/commitizen/issues?q=is:issue%20state:closed%20label:%22issue-status:%20wont-fix%22%20OR%20label:%22issue-status:%20wont-implement%22). |
| 4 | + |
| 5 | +- Enable multiple locations of config file `.cz.*` [#955](https://github.com/commitizen-tools/commitizen/issues/955) |
| 6 | +- Create a flag to build the changelog from commits in multiple git repositories [#790](https://github.com/commitizen-tools/commitizen/issues/790) |
| 7 | +- Global Configuration [#597](https://github.com/commitizen-tools/commitizen/issues/597) |
| 8 | + |
1 | 9 | ## Support for PEP621
|
2 | 10 |
|
3 | 11 | PEP621 establishes a `[project]` definition inside `pyproject.toml`
|
|
0 commit comments