Skip to content

Commit

Permalink
Comment out mima check for 1st release
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jun 19, 2019
1 parent ec7fec9 commit 930f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ releaseProcess := Seq[ReleaseStep](
runClean,
releaseStepCommandAndRemaining("+test"),
setReleaseVersion,
releaseStepCommandAndRemaining("+mimaReportBinaryIssues"),
// releaseStepCommandAndRemaining("+mimaReportBinaryIssues"),
updateVersionInReadme,
commitReleaseVersion,
tagRelease,
Expand Down

0 comments on commit 930f970

Please sign in to comment.