Skip to content

Commit

Permalink
Revert "temporarily disable automated release version update"
Browse files Browse the repository at this point in the history
  • Loading branch information
aracho1 authored May 1, 2024
1 parent 633d81b commit 3dc51a0
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 3dc51a0

Please sign in to comment.