mirror of https://github.com/sbt/sbt.git
Don't unnecessarily check for mima compatibility once release is done
Simply calling mimaReportBinaryIssues fails because of scalaVersion discrepancies between core modules and sbt plugins.
This commit is contained in:
parent
16cf2e5b99
commit
a7097556db
|
|
@ -354,7 +354,6 @@ object Release {
|
|||
setNextVersion,
|
||||
commitNextVersion,
|
||||
ReleaseStep(_.reload),
|
||||
releaseStepCommand("mimaReportBinaryIssues"),
|
||||
pushChanges
|
||||
),
|
||||
releasePublishArtifactsAction := PgpKeys.publishSigned.value
|
||||
|
|
|
|||
Loading…
Reference in New Issue