We have a repo where one towncrier config and template file are used to generate changelogs for multiple subdirs (the monorepo scenario). [Here's how](https://github.com/DataDog/integrations-core/blob/f129487623d9cc1825f5feeffce34a82843e8018/towncrier.toml#L7) we configure it all. Here's how we invoke towncrier, note that we [pass a --dir argument](https://github.com/DataDog/integrations-core/blob/f129487623d9cc1825f5feeffce34a82843e8018/datadog_checks_dev/datadog_checks/dev/tooling/commands/release/changelog.py#L31). It worked fine in v23.11. 24.7 broke this because it started searching for the template file relative to `--dir`. I'm going to pin our version of towncrier for now, but would love some guidance how we can support both usecases.