Skip to content

Commit

Permalink
Temporary disable compatibility check on releases
Browse files Browse the repository at this point in the history
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.

#36 (comment)
  • Loading branch information
Divs-B committed Mar 26, 2024
1 parent 8316723 commit 5c74930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5c74930

Please sign in to comment.