Re: Release process

Gary Buhrmaster <[email protected]> Tue, 19 Apr 2022 18:33:45 +0000
Newsgroups gmane.comp.tv.xmltv.devel
Message-ID <CAMfXtQxbJOxccP=ry=G4q-5w_LAGWuByWGeoLTTmqEEJsJS1UA@mail.gmail.com>
On Tue, Apr 19, 2022 at 6:26 PM Nick Morrott <[email protected]> wrote:

> Gary,
>
> Want to say a big thank you for pushing the github workflow and
> restoring build-on-commit.

You are welcome, but as with most of these
things in open source projects with volunteer
members, I am mostly scratching my own itch
as I really prefer to see various CI pipelines
testing early and often.  I hate it when I find
I changed something months ago and built
upon it and then when I finally built the project
the change was broken as designed (BAD!).
I have learned that building early and often
is a necessary protection against (my) lazy.