On Mon, Nov 02, 2020 at 12:09:13 +0100, Andrea Bolognani wrote: > On Mon, 2020-11-02 at 11:20 +0100, Jiri Denemark wrote: > [...] > > * Improvements > > > > * Bug fixes > > It would have been nice if you had removed the empty "Improvement" > section at the same time as you updated the release date... Can you > please look for such empty sections and deal with them next time? OK, it should not happen anymore thanks to the following write-only sed command integrated into my release script :-) sed -ne '/^[^ ]/{x; s/^\* [^\n]*\n\+$//; /^$/!p; ${x; p}; d}; H' NEWS.rst Jirka