typesafehub / conductr-lib

Other
8 stars 13 forks source link

Include releasing to maven into sbt release #125

Closed markusjura closed 7 years ago

markusjura commented 7 years ago

So far the sbt release command was not closing and releasing the published artifacts on sonatype.

This PR is changing the releaseProcess task so that sbt release also releases the artifacts to sonatype.

The release process is now similar as for constructr-zookeeper in which this steps have been already battle tested: https://github.com/typesafehub/constructr-zookeeper/blob/master/project/Build.scala#L59-L73

markusjura commented 7 years ago

Yes, the release process of this PR is working fine for constructr-zookeeper for both Scala 2.11 and Scala 2.12. This library is also published to Maven Central.