Generation of test case data for Scala and Java, in the spirit of QuickCheck. When your test fails, it gives you a minimised failing test case and a way of reproducing the failure immediately.
At one point sbt-release was being used, then things degenerated into manual steps, in came sbt-sonatype, now sbt-dynver is looming, or we could go crazy and use sbt-ci-release-early.
I suspect that a combination of sbt-sonatype and sbt-dynver would be enough, need to try this out...
Now using sbt-release with sbt-sonatype and sbt-pgp to deploy to Sonatype / Maven Central. It all works nicely for manually-initiated releases, which is good enough for now.
At one point
sbt-release
was being used, then things degenerated into manual steps, in camesbt-sonatype
, nowsbt-dynver
is looming, or we could go crazy and usesbt-ci-release-early
.I suspect that a combination of
sbt-sonatype
andsbt-dynver
would be enough, need to try this out...