Re: Release process
Gary Buhrmaster <[email protected]> Tue, 19 Apr 2022 22:52:25 +0000
| Newsgroups | gmane.comp.tv.xmltv.devel |
|---|---|
| Message-ID | <CAMfXtQzrb045t4rir6JHJZnM8=e3OToCRq36tjj=-eOnSTucNQ@mail.gmail.com> |
On Tue, Apr 19, 2022 at 6:33 PM Nick Morrott <[email protected]> wrote: > In addition to a date (if it's necessary), I would like to see the git > commit ID in the nightly version string which removes any ambiguity > about the source tree. git describe should have that. It may take me a few days, but I can work on figuring out how to make the windows filename be something of the form xmltv-v1.1.2-2-gaaaaaaa.exe (the v1.1.2 being the latest annoted tag, the -2 being the commits after the tag. and the gaaaaaaa being the commit id). I suspect it is going to take me a bit of time to wrangle it right for windows, but I'll try to persevere. Unless, of course, there is a different (and likely better) idea from the windows folk.