sphinxcontrib-towncrier icon indicating copy to clipboard operation
sphinxcontrib-towncrier copied to clipboard

✨ [FR] Add a setting for custom "empty changelog" markers

Open webknjaz opened this issue 5 years ago • 0 comments
trafficstars

The current implementation relies on checking whether the string "No significant changes" is present in the command output: https://github.com/sphinx-contrib/sphinxcontrib-towncrier/blob/e58f24c/src/sphinxcontrib/towncrier/init.py#L78.

That check is hardcoded but, in fact, this output may be different if the user decides to throw in a custom changelog template. That is why we need a setting in conf.py that would allow end-users to also override the checked phrase.

webknjaz avatar Sep 20 '20 17:09 webknjaz