Skip to content

Commit

Permalink
Disable artifact compatibility checking for next release
Browse files Browse the repository at this point in the history
As #307 introduces a
new artifact, unfortunately artifact compatibility checking will crash
out (reporting that it can't find the previous version of the brand new
artifact to check compatibility against). So, we have to disable the
check for now, and then revert this change after the new artifact is
released.
  • Loading branch information
rtyley committed Feb 29, 2024
1 parent 34c196b commit d17c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description := "Scala client for The Guardian's Facia JSON API"

val sonatypeReleaseSettings = Seq(
licenses := Seq("Apache V2" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
releaseVersion := fromAggregatedAssessedCompatibilityWithLatestRelease().value,
// releaseVersion := fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseCrossBuild := true, // true if you cross-build the project for multiple Scala versions
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
Expand Down

0 comments on commit d17c968

Please sign in to comment.