On Mon, 2020-11-02 at 19:35 +0100, Jiri Denemark wrote:
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
Wow, that *is* write-only :D
Would it make sense to include the release script in the git
repository? libosinfo and friends already have something along those
lines, though I'm unclear on the scope of your specific take on it.
--
Andrea Bolognani / Red Hat / Virtualization