Skip to content

1.11.0-RC1

Pre-release
Pre-release

Choose a tag to compare

@eed3si9n eed3si9n released this 18 May 06:59
· 140 commits to main since this release
v1.11.0-RC1
ed0f232

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.

  1. Add sbt-sonatype 3.12.2 to project/plugins.sbt
  2. Add publishTo := sonatypePublishToBundle.value to build.sbt
  3. Change CI_SONATYPE_RELEASE environment variable to sonatypeBundleRelease in the GitHub Actions

behind the scene

Full Changelog: v1.9.3...v1.11.0-RC1