Skip to content

Conversation

mend-app-ghe[bot]
Copy link

@mend-app-ghe mend-app-ghe bot commented Sep 30, 2025

This PR contains the following updates:

Package Type Update Change
com.github.sbt:sbt-release plugin minor 1.1.0 -> 1.4.0

Release Notes

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

v1.4.0: 1.4.0

Compare Source

Breaking Change: Prerelease version increments

Prior to sbt-release 1.4.0, if a prerelease version (for example 1.0.0-RC1) is incremented, the prerelease part RC1 is dropped, so 1.0.0-RC1 was incremented to 1.0.0. By default, sbt-release 1.4.0 increments prerelease versions by default, if it ends in a number. In other words, 1.0.0-RC1 is incremented to 1.0.0-RC2.

To restore the previous behavior, you can set the following setting:

releaseVersionBump := sbtrelease.Version.Bump.NextStable

This was contributed by @​Andrapyre in https://github.com/sbt/sbt-release/pull/397

Updates

Full Changelog: sbt/sbt-release@v1.3.0...v1.4.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

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.

0 participants