Skip to content

Commit

Permalink
Comment out automated version update in readme for 1st release
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jun 19, 2019
1 parent 930f970 commit 1088c2b
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 @@ -23,7 +23,7 @@ releaseProcess := Seq[ReleaseStep](
releaseStepCommandAndRemaining("+test"),
setReleaseVersion,
// releaseStepCommandAndRemaining("+mimaReportBinaryIssues"),
updateVersionInReadme,
// updateVersionInReadme,
commitReleaseVersion,
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
Expand Down

0 comments on commit 1088c2b

Please sign in to comment.