sageserpent-open / americium

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.
MIT License
15 stars 1 forks source link

Sort out a consistent release mechanism. #14

Closed sageserpent-open closed 3 years ago

sageserpent-open commented 3 years ago

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...

sageserpent-open commented 3 years ago

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.