From 5c74930ccbb9a87c7bb56ced36803293352cc248 Mon Sep 17 00:00:00 2001 From: Divya Bhatt Date: Tue, 26 Mar 2024 13:27:13 +0000 Subject: [PATCH] Temporary disable compatibility check on releases Suggested by Roberto we can disable the releases checks to make succesful release this time, the release process is currently trying to find thrift latest release of 3.0.1 which is not available hence we will disable release comparison and make the release and then will enable again once releases goes well. https://github.com/guardian/content-entity/pull/36#issuecomment-2020322629 --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ee70e8..5178f03 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,6 @@ lazy val root = (project in file(".")) .aggregate(thrift, scalaClasses) .settings( publish / skip := true, - releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value, releaseCrossBuild := true, releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies,