Skip to content

Commit

Permalink
Merge pull request #42 from guardian/add-release-version-check-back
Browse files Browse the repository at this point in the history
Add release version check back
  • Loading branch information
ioannakok committed Feb 2, 2024
2 parents 552536e + 33f8c0b commit 8ddc41d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lazy val root = (project in file(".")).aggregate(
)

val sonatypeReleaseSettings = Seq(
releaseVersion := fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
Expand Down

0 comments on commit 8ddc41d

Please sign in to comment.