Skip to content

Commit

Permalink
Merge pull request #35 from guardian/revert-34-rtyley-patch-1
Browse files Browse the repository at this point in the history
Revert "Temporarily disable compatibility testing as last release failed..."
  • Loading branch information
rtyley authored Jan 18, 2024
2 parents c73d31a + ce10a9f commit e152788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ lazy val root = Project(id = "root", base = file("."))
.aggregate(sbtScroogeTypescript, typescript)
.settings(
publish / skip := true,
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseProcess := Seq(
checkSnapshotDependencies,
inquireVersions,
Expand All @@ -76,4 +77,4 @@ lazy val root = Project(id = "root", base = file("."))
setNextVersion,
commitNextVersion
)
)
)

0 comments on commit e152788

Please sign in to comment.