Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Type Update Change
com.github.sbt:sbt-ci-release (source) plugin minor 1.5.12 -> 1.11.2

Release Notes

sbt/sbt-ci-release (com.github.sbt:sbt-ci-release)

v1.11.2: 1.11.2

Compare Source

sbt-ci-release 1.11.2 is cross published to:

sbt Version Published
1.x
2.x

about sbt-ci-release

sbt-ci-release is an sbt plugin, originally created by @​olafurpg in 2018, to automate releases to the Central Repo from GitHub Actions by composing three existing sbt plugins sbt-dynver, sbt-git, and sbt-pgp, which in turn were created by dwijnand and jsuereth.

update

behind the scene

Full Changelog: sbt/sbt-ci-release@v1.11.1...v1.11.2

v1.11.1: 1.11.1

Compare Source

updates

  • fix: Fixes SNAPSHOT publishing to run +publish, as opposed to publish by @​eed3si9n in #​381

behind the scene

new contributors

Full Changelog: sbt/sbt-ci-release@v1.11.0...v1.11.1

v1.11.0: 1.11.0

Compare Source

breaking change: Central Portal support

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 #​365 / #​368 / #​370

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: sbt/sbt-ci-release@v1.9.3...v1.11.0

v1.9.3: 1.9.3

Compare Source

updates and fixes

  • fix: Fix tag-based publishing accidentally dropping sbt-dynver suffix @​eed3si9n in #​358

behind the scene

Full Changelog: sbt/sbt-ci-release@v1.9.2...v1.9.3

v1.9.2: 1.9.2

Compare Source

bug fix

  • fix: Fixes back publishing by making version available to both ThisBuild and projects by @​eed3si9n in #​339

Full Changelog: sbt/sbt-ci-release@v1.9.1...v1.9.2

v1.9.1: 1.9.1

Compare Source

sbt-ci-release 1.9.1 is cross published to:

sbt Version Published
1.x
2.0.0-M2

bug fix

behind the scene

new contributors

Full Changelog: sbt/sbt-ci-release@v1.9.0...v1.9.1

v1.9.0: 1.9.0

Compare Source

sbt-ci-release 1.9.0 is cross published to:

sbt Version Published
1.x
2.0.0-M2

tag-based back publishing

See https://eed3si9n.com/tag-based-back-publishing-with-sbt/ for details.

behind the scene

new contributors

Full Changelog: sbt/sbt-ci-release@v1.8.0...v1.9.0

v1.8.0: 1.8.0

Compare Source

sbt-ci-release 1.8.0 is cross published to:

sbt Version Published
1.x
2.0.0-M2

about sbt-ci-release

sbt-ci-release is an sbt plugin, originally created by @​olafurpg in 2018, to automate releases to Sonatype and Maven Central from GitHub Actions by composing four existing sbt plugins sbt-dynver, sbt-git, sbt-pgp, and sbt-sonatype, which in turn were created by dwijnand, jsuereth, and xerial respectively.

sbt 2.x migration

Cross building of sbt-ci-release to sbt 2.x was implemented by @​eed3si9n in #​321. This combines the ongoing effort of the upstream plugin migrations:

behind the scene

Full Changelog: sbt/sbt-ci-release@v1.7.0...v1.8.0

v1.7.0: 1.7.0

Compare Source

updates

behind the scece

new contributors

Full Changelog: sbt/sbt-ci-release@v1.6.1...v1.7.0

v1.6.1: 1.6.1

Compare Source

bug fix

Full Changelog: sbt/sbt-ci-release@v1.6.0...v1.6.1

v1.6.0: 1.6.0

Compare Source

Sonatype Central Portal support

In 2024, Sonatype, the company that runs Maven Central, started rolling out a new backend called Central Portal, which has its own publishing API called Publisher Portal API. To support this new endpoint for Scala, @​Andrapyre created lumidion/sonatype-central-client.

sbt-ci-release 1.6.0 updates sbt-sonatype to 3.11.2, which in turn depends on sonatype-central-client (upickle version). The update was contributed by @​KacperFKorban in #​303

behind the scene

New Contributors

Full Changelog: sbt/sbt-ci-release@v1.5.12...v1.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency com.github.sbt:sbt-ci-release to v1.7.0 Update dependency com.github.sbt:sbt-ci-release to v1.8.0 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/com.github.sbt-sbt-ci-release-1.x branch from ae08778 to a54ad72 Compare October 13, 2024 16:47
@renovate renovate bot changed the title Update dependency com.github.sbt:sbt-ci-release to v1.8.0 Update dependency com.github.sbt:sbt-ci-release to v1.9.0 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/com.github.sbt-sbt-ci-release-1.x branch from a54ad72 to 12ddcda Compare October 21, 2024 07:56
@renovate renovate bot force-pushed the renovate/com.github.sbt-sbt-ci-release-1.x branch from 12ddcda to 3b43ee3 Compare December 19, 2024 05:36
@renovate renovate bot changed the title Update dependency com.github.sbt:sbt-ci-release to v1.9.0 Update dependency com.github.sbt:sbt-ci-release to v1.9.2 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/com.github.sbt-sbt-ci-release-1.x branch from 3b43ee3 to 4a5ba2a Compare March 12, 2025 05:25
@renovate renovate bot changed the title Update dependency com.github.sbt:sbt-ci-release to v1.9.2 Update dependency com.github.sbt:sbt-ci-release to v1.9.3 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/com.github.sbt-sbt-ci-release-1.x branch from 4a5ba2a to 19b26f8 Compare May 24, 2025 11:09
@renovate renovate bot changed the title Update dependency com.github.sbt:sbt-ci-release to v1.9.3 Update dependency com.github.sbt:sbt-ci-release to v1.11.0 May 24, 2025
@renovate renovate bot force-pushed the renovate/com.github.sbt-sbt-ci-release-1.x branch from 19b26f8 to 420d0bb Compare June 6, 2025 04:20
@renovate renovate bot changed the title Update dependency com.github.sbt:sbt-ci-release to v1.11.0 Update dependency com.github.sbt:sbt-ci-release to v1.11.1 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/com.github.sbt-sbt-ci-release-1.x branch from 420d0bb to 88a9143 Compare August 17, 2025 09:10
@renovate renovate bot changed the title Update dependency com.github.sbt:sbt-ci-release to v1.11.1 Update dependency com.github.sbt:sbt-ci-release to v1.11.2 Aug 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant