Skip to content

Commit

Permalink
Fix release setting
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yu committed Jun 28, 2020
1 parent e2e3d77 commit 495b0d5
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 @@ -33,6 +33,7 @@ lazy val featherweightGo = (crossProject(JVMPlatform, JSPlatform).crossType(Cros
publishLocal := {},
libraryDependencies += "com.lihaoyi" %%% "pprint" % "0.5.9"
)
.settings(publishSettings)
.dependsOn(
featherweightGoCore
)
Expand Down Expand Up @@ -92,7 +93,7 @@ lazy val publishSettings = Seq(
<tag>{tagOrHash.value}</tag>
</scm>,
releaseTagName := tagName.value,
releaseCrossBuild := true,
releaseCrossBuild := false,
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
Expand Down

0 comments on commit 495b0d5

Please sign in to comment.