Contributions encouraged! Please send a pull-request to our github repo.
sbt test
Releases are managed by the core team, but documenting the process here because we sometimes forget too :)
The workflow for releases are managed through sbt. You need to have ~/.sbt/0.13/sonatype.sbt
configured with the Sonatype credientials (which core contributors should have)
-
Run the following and follow prompts for version bumps, etc. This script runs the tests, bumps the version, tags the release, commits those changes, releases the package to Sonatype, and completes the Sontatype release process.
sbt release
-
Go to the Argus github repo and add release notes under "releases"