Skip to content

Commit 076ed36

Browse files
authored
Merge pull request #218 from guardian/fix-failed-release
Disable compatibility checking to resolve broken release
2 parents 2bf122d + c68e712 commit 076ed36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val root = Project(id = "root", base = file("."))
2828
.aggregate(thrift, scalaClasses)
2929
.settings(
3030
publish / skip := true,
31-
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
31+
//releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
3232
releaseProcess := Seq[ReleaseStep](
3333
checkSnapshotDependencies,
3434
inquireVersions,
@@ -101,4 +101,4 @@ lazy val typescriptClasses = (project in file("ts"))
101101
// for npm publish via sbt, scmInfo is used instead of `repository` in package.json
102102
scmInfo := Some(ScmInfo(URI.create("https://github.com/guardian/content-atom").toURL,
103103
"scm:git:https://github.com/guardian/content-atom.git"))
104-
)
104+
)

0 commit comments

Comments
 (0)