File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11organization := " com.algolia"
22name := " algoliasearch-scala"
33description := " Scala client for Algolia Search API"
4- version := " 1.39.1"
54crossScalaVersions := Seq (" 2.11.12" , " 2.12.10" , " 2.13.1" )
65scalaVersion := " 2.13.1"
76testOptions in Test += Tests .Argument (" -P10" )
@@ -24,6 +23,8 @@ developers += Developer(
24232524 url(" https://github.com/algolia/algoliasearch-client-scala/" )
2625)
26+ publishTo := sonatypePublishToBundle.value
27+ pgpSigningKey := Credentials .forHost(credentials.value, " pgp" ).map(_.userName) // related to https://github.com/sbt/sbt-pgp/issues/170
2728
2829lazy val root = project
2930 .in(file(" ." ))
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
22addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.4.0" )
33addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.10.0-RC1" )
4- addSbtPlugin(" org.foundweekends" % " sbt-bintray" % " 0.5.6" )
54addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.1" )
5+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.7" )
6+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
Original file line number Diff line number Diff line change 33
44version=$( polyglot git next-version)
55polyglot changelog " $version "
6- sed -i ' ' " s/^version \:=.*\$ /version := \" ${version} \" /" build .sbt
6+ sed -i ' ' " s/^version \:=.*\$ /version := \" ${version} \" /" version .sbt
77git add CHANGELOG.md build.sbt
88git commit -m " chore: Release version $version "
9- git tag " $version "
9+ git tag " $version "
Original file line number Diff line number Diff line change 1+ version in ThisBuild := " 1.40.0"
You can’t perform that action at this time.
0 commit comments