🐛 Fix RST in changelog template before links#7348
Conversation
In corner cases, changelog fragments with things like detached link definitions (example: aio-libs#7346) cause RST rendering errors. This patch corrects this by injecting empty lines between the changelog entry bodies and their reference lists.
Codecov Report
@@ Coverage Diff @@
## master #7348 +/- ##
=======================================
Coverage 97.28% 97.28%
=======================================
Files 106 106
Lines 31399 31399
Branches 3924 3924
=======================================
Hits 30547 30547
Misses 648 648
Partials 204 204
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #7349 🤖 @patchback |
(cherry picked from commit bf9d753)
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7350 🤖 @patchback |
(cherry picked from commit bf9d753)
…ore links (#7350) **This is a backport of PR #7348 as merged into master (bf9d753).** In corner cases, changelog fragments with things like detached link definitions (example: #7346) cause RST rendering errors. This patch corrects this by injecting empty lines between the changelog entry bodies and their reference lists. Co-authored-by: Sviatoslav Sydorenko <[email protected]>
…ore links (#7349) **This is a backport of PR #7348 as merged into master (bf9d753).** In corner cases, changelog fragments with things like detached link definitions (example: #7346) cause RST rendering errors. This patch corrects this by injecting empty lines between the changelog entry bodies and their reference lists. Co-authored-by: Sviatoslav Sydorenko <[email protected]>
In corner cases, changelog fragments with things like detached link definitions (example: #7346) cause RST rendering errors. This patch corrects this by injecting empty lines between the changelog entry bodies and their reference lists.