sbt-ci-release v1.2.1 Release Notes

Release Date: 2018-08-03 // almost 6 years ago
    • ๐Ÿš€ #15 Fix a bug where a non-SNAPSHOT version could trigger a SNAPSHOT release causing "Failed: signature-staging, failureMessage:Missing Signature:" errors when closing a Sonatype staging repository. This bug happened when a git tag was pushed right after merging a branch into master.
    • ๐Ÿš€ #15 Use sonatypeRelease instead of sonatypeReleaseAll. This means sbt ci-release will fail in case there are multiple open staging repositories. In this case, users have to manually drop/release the staging repositories.
    • ๐Ÿš€ #15 support customizing the release invocations through the environment variables CI_RELEASE and CI_SNAPSHOT_RELEASE. They default to +publishSigned and +publish.