akrabat / rodeo

A command line tool to work with Flickr and images
MIT License
16 stars 4 forks source link

Set version number to tag when releasing via GH actions #42

Closed akrabat closed 3 years ago

akrabat commented 3 years ago

We now use a global variable for the Rodeo version number and set this using ldflags -X in build-executables.sh. This means that when the GH action builds the binaries on a new release, the internal version number is correctly set automatically for us. Also update RELEASE_PROCRESS.md.

Closes #39.