polystat / odin

Object Dependency Inspector
10 stars 2 forks source link

Update dependency com.github.sbt:sbt-release to v1.4.0 #91

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

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`](https://togithub.com/sbt/sbt-release/releases/tag/v1.4.0): 1.4.0 [Compare Source](https://togithub.com/sbt/sbt-release/compare/v1.3.0...v1.4.0) #### 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: ```scala releaseVersionBump := sbtrelease.Version.Bump.NextStable ``` This was contributed by [@​Andrapyre](https://togithub.com/Andrapyre) in [https://github.com/sbt/sbt-release/pull/397](https://togithub.com/sbt/sbt-release/pull/397) #### Updates - Update specs2-core to 4.20.4 by [@​scala-steward-bot](https://togithub.com/scala-steward-bot) in [https://github.com/sbt/sbt-release/pull/399](https://togithub.com/sbt/sbt-release/pull/399) **Full Changelog**: https://github.com/sbt/sbt-release/compare/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 is behind base branch, 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.