Prompted by @filiph I redid my release automation and accidentally stumbled upon a great feature of the #GitHub #actions #CI: manual triggers.
These can have rudimentary UI elements - here I'm using checkboxes to select which platform to build my #Flutter app for.
The version is generated by reading from pubspec.yaml and appending the CI build number as patch.
The only thing that's missing now is a way to reset the patch number when the major or minor changes.
https://github.com/cachapa/tudo/blob/master/.github/workflows/release.yml










