diff --git a/build.sbt b/build.sbt index 9d8dfd873..181d6ca7c 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val scalaAllExcept211Versions = List(scala213, scala212, scala3) name := "scribe" ThisBuild / organization := "com.outr" -ThisBuild / version := "3.10.4-SNAPSHOT" +ThisBuild / version := "3.10.4" ThisBuild / scalaVersion := scala213 ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation") ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8") @@ -27,7 +27,7 @@ ThisBuild / resolvers += Resolver.JCenterRepository ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local" -ThisBuild / publishTo := sonatypePublishTo.value +ThisBuild / publishTo := sonatypePublishToBundle.value ThisBuild / sonatypeProfileName := "com.outr" ThisBuild / licenses := Seq("MIT" -> url("https://github.com/outr/scribe/blob/master/LICENSE")) ThisBuild / sonatypeProjectHosting := Some(xerial.sbt.Sonatype.GitHubHosting("outr", "scribe", "matt@outr.com")) diff --git a/publish.sh b/publish.sh index c8e82fd84..102a5c313 100755 --- a/publish.sh +++ b/publish.sh @@ -5,5 +5,5 @@ set -e sbt +clean sbt +compile sbt +test -sbt +coreJS/publishSigned +coreJVM/publishSigned +coreNative/publishSigned +catsJS/publishSigned +catsJVM/publishSigned +fileModuleJVM/publishSigned +fileModuleNative/publishSigned +jsonJS/publishSigned +jsonJVM/publishSigned +slf4j/publishSigned +slf4j2/publishSigned +migration/publishSigned +config/publishSigned +slack/publishSigned +logstash/publishSigned -sbt sonatypeRelease \ No newline at end of file +sbt +publishSigned +sbt sonatypeBundleRelease \ No newline at end of file