sphinx-contrib / sphinxcontrib-towncrier

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
https://pypi.org/p/sphinxcontrib-towncrier
BSD 3-Clause "New" or "Revised" License
18 stars 18 forks source link

Prefer `towncrier.toml` over `pyproject.toml` if present #86

Closed jaraco closed 1 year ago

jaraco commented 1 year ago

Fixes #81

codecov[bot] commented 1 year ago

Codecov Report

Merging #86 (6225620) into master (dee43d1) will increase coverage by 5.66%. Report is 5 commits behind head on master. The diff coverage is 59.57%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #86 +/- ## ========================================== + Coverage 50.00% 55.66% +5.66% ========================================== Files 9 11 +2 Lines 194 212 +18 Branches 26 26 ========================================== + Hits 97 118 +21 + Misses 96 93 -3 Partials 1 1 ```
jaraco commented 1 year ago

I welcome others to fix the lint errors, because I have no opinion on how to address them.