1.11.0-RC2
breaking change: Central Portal support
sbt-ci-release 1.11.0-RC2 defaults to publishing to the Central Portal using sbt 1.11.0-RC2 since the Legacy OSSRH endpoint is planned to be sunset on June 30th 2025. This was implemented by @eed3si9n in https://github.com/sbt/sbt-ci-release/pull/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 https://github.com/sbt/sbt-ci-release/pull/360
- Update scalafmt-core to 3.9.6 by @scala-steward in https://github.com/sbt/sbt-ci-release/pull/363
- Update scala3-library to 3.3.6 by @scala-steward in https://github.com/sbt/sbt-ci-release/pull/364
Full Changelog: https://github.com/sbt/sbt-ci-release/compare/v1.9.3...v1.11.0-RC2