collective / zestreleaser.towncrier

GNU General Public License v2.0
1 stars 1 forks source link

Check if all news snippets have been used #9

Closed mauritsvanrees closed 5 years ago

mauritsvanrees commented 5 years ago

Either use a possibly new --check option in towncrier. Or do a check of our own after calling towncrier: check if the all files from the news/ directory are gone, except a possible .gitkeep or other hidden files. We would need to read the directory from the config:

[tool.towncrier]
directory = "news/"