westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Other
3.55k stars 529 forks source link

define what constitutes a flex release #575

Open westes opened 1 year ago

westes commented 1 year ago

So that we can automate the flex release process, state explicitly what comprises a flex release.

gruenich commented 6 months ago

Looks like a duplicate to #337. At least #337 contains a list that looks pretty complete.

The only thing missing on this list is automated regression testing to be confident to ship a working version without obvious flaws. Flex uses GitHub actions for this.