Skip to content

Commit

Permalink
Revert "Merge pull request scalameta#2789 from tgodzik/fix-release"
Browse files Browse the repository at this point in the history
This reverts commit a9ab5a7, reversing
changes made to 82e8d8e.
  • Loading branch information
tgodzik committed Jul 22, 2022
1 parent 8d114c2 commit 4fd0a49
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ commands += Command.command("releaseSnapshot") { s0 =>
val s1 = onAllReleaseProject(s0)("compile")
onAllReleaseProject(s1)("publish")
}
commands += Command.command("releaseLocal") { s0 =>
// run compile first as dry-run
val s1 = onAllReleaseProject(s0)("compile")
onAllReleaseProject(s1)("publishLocal")
}
addCommandAlias("benchAll", benchAll.command)
addCommandAlias("benchLSP", benchLSP.command)
addCommandAlias("benchQuick", benchQuick.command)
Expand Down Expand Up @@ -112,15 +107,13 @@ val commonJsSettings = Seq(
val githubDir = "https://raw.githubusercontent.com/scalameta/scalameta"
Seq(s"-P:scalajs:mapSourceURI:$localDir->$githubDir/v${version.value}/")
}
},
crossScalaVersions := Seq(LatestScala213, LatestScala212)
}
)

lazy val nativeSettings = Seq(
nativeConfig ~= {
_.withMode(scalanative.build.Mode.releaseFast)
},
crossScalaVersions := Seq(LatestScala213, LatestScala212)
}
)

// Dummy project used only for aggregation
Expand Down

0 comments on commit 4fd0a49

Please sign in to comment.