dotbot
dotbot copied to clipboard
Have a release pipeline
Hi, this PR to add a pipeline to create releases with code and bundled artifacts.
There are a couple of reasons to do this:
- have a single (albeit fat) executable you can ship
- offer yet another way to run
dotbot - avoid dependence on Python on the target environment (many reasons to do this)
The pipeline currently builds and creates a release only on tag push.