Skip to content

Commit

Permalink
Merge pull request #1227 from guardian/revert-1224-disable-automated-…
Browse files Browse the repository at this point in the history
…compatibility-checking

Re-enable release version auto-update
  • Loading branch information
aracho1 authored May 1, 2024
2 parents 633d81b + 3dc51a0 commit cd86b61
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 @@ -8,7 +8,7 @@ import com.typesafe.sbt.packager.docker.{Cmd, ExecCmd}

val projectVersion = "1.0-latest"
ThisBuild / publish / skip := true
//releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value
releaseVersion := 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 cd86b61

Please sign in to comment.