Unclaimed project
Are you a maintainer of sbt-ci-release? Claim this project to take control of your public changelog and roadmap.
Changelog
sbt plugin to automate Sonatype releases from GitHub Actions
sbt-ci-release 1.11.0 defaults to publishing to the Central Portal using sbt 1.11.0 since the Legacy OSSRH endpoint is planned to be sunset on June 30th 2025. Additionally, ThisBuild / sbtPluginPublishLegacyMavenStyle := false is included since the Central Portal no longer supports POM inconsistent layout.
This was implemented by @eed3si9n in https://github.com/sbt/sbt-ci-release/pull/365 / https://github.com/sbt/sbt-ci-release/pull/368 / https://github.com/sbt/sbt-ci-release/pull/370
Until June 2025, either use sbt-ci-release 1.9.3, or the following configuration to publish to the Legacy OSSRH endpoint.
project/plugins.sbtpublishTo := sonatypePublishToBundle.value to build.sbtCI_SONATYPE_RELEASE environment variable to sonatypeBundleRelease in the GitHub ActionsFull Changelog: https://github.com/sbt/sbt-ci-release/compare/v1.9.3...v1.11.0