Automatically run sbt assembly and publish the resulting to a release whenever a tag is pushed.
Be sure to update the "Quickstart" section of the readme with new instructions.
Packaging with sbt assembly is done as part of the build now so we can integration test.
We need to create a release process once we have a release to be released.
Automatically run
sbt assembly
and publish the resulting to a release whenever a tag is pushed. Be sure to update the "Quickstart" section of the readme with new instructions.