The readme suggest that fragments should be configured in the form ``` [tool.towncrier.feat] [tool.towncrier.fix] ``` However both the code and https://towncrier.readthedocs.io/en/stable/configuration.html shows that the correct format is ``` [tool.towncrier.fragment.feat] [tool.towncrier.fragment.fix] ```