carreraGroup / json-to-avro-schema

Converts JSON schema to AVRO schema
Apache License 2.0
2 stars 1 forks source link

Package and publish #12

Open rubberduck203 opened 3 years ago

rubberduck203 commented 3 years ago

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.

rubberduck203 commented 3 years ago

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.