chore(deps): update dependency com.github.sbt:sbt-ci-release to v1.11.2#132
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency com.github.sbt:sbt-ci-release to v1.11.2#132renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
9a0645e to
a5d7a93
Compare
a5d7a93 to
80f7f54
Compare
80f7f54 to
52965af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.2→1.11.2Release Notes
sbt/sbt-ci-release (com.github.sbt:sbt-ci-release)
v1.11.2: 1.11.2Compare Source
sbt-ci-release 1.11.2 is cross published to:
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.1Compare Source
updates
+publish, as opposed topublishby @eed3si9n in #381behind the scene
new contributors
Full Changelog: sbt/sbt-ci-release@v1.11.0...v1.11.1
v1.11.0: 1.11.0Compare 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 := falseis 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.
project/plugins.sbtpublishTo := sonatypePublishToBundle.valuetobuild.sbtCI_SONATYPE_RELEASEenvironment variable tosonatypeBundleReleasein the GitHub Actionsbehind the scene
Full Changelog: sbt/sbt-ci-release@v1.9.3...v1.11.0
v1.9.3: 1.9.3Compare Source
updates and fixes
behind the scene
Full Changelog: sbt/sbt-ci-release@v1.9.2...v1.9.3
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.
This PR was generated by Mend Renovate. View the repository job log.