1.11.0-RC1
Pre-release
Pre-release
breaking change: Central Portal support
sbt-ci-release 1.11.0-RC1 defaults to publishing to the Central Portal using sbt 1.11.0-RC1 since the Legacy OSSRH endpoint is planned to be sunset on June 30th 2025. This was implemented by @eed3si9n in #365
How to publish to Legacy OSSRH
Until June 2025, either use sbt-ci-release 1.9.3, or the following configuration to publish to the Legacy OSSRH endpoint.
- Add sbt-sonatype 3.12.2 to
project/plugins.sbt - Add
publishTo := sonatypePublishToBundle.valuetobuild.sbt - Change
CI_SONATYPE_RELEASEenvironment variable tosonatypeBundleReleasein the GitHub Actions
behind the scene
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in #360
- Update scalafmt-core to 3.9.6 by @scala-steward in #363
- Update scala3-library to 3.3.6 by @scala-steward in #364
Full Changelog: v1.9.3...v1.11.0-RC1