dotbot icon indicating copy to clipboard operation
dotbot copied to clipboard

Have a release pipeline

Open pirafrank opened this issue 1 year ago • 0 comments

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.

pirafrank avatar Feb 21 '24 00:02 pirafrank