-
Notifications
You must be signed in to change notification settings - Fork 128
start_string vs start_line #277
Copy link
Copy link
Closed
Labels
Description
We have here some inconsitency between the namings start_string vs start_line
towncrier/src/towncrier/_settings.py
Line 150 in 5c43102
| "start_line": config.get("start_string", _start_string), |
If you specify start_line in the pyproject.toml, it will not be recognized correctly.
We have here some inconsistency in the code base itself, & also in the documentation.
Should be easy to solve:
- Decide for which option to go:
start_stringorstart_line - Unify the codebase
- Adapt the docs accordingly
Reactions are currently unavailable