Skip to content

Commit

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

temporarily disable automated release version update
  • Loading branch information
aracho1 authored May 1, 2024
2 parents e715b58 + 57c9a6d commit f979a40
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 f979a40

Please sign in to comment.