Fix README updating in release process

This commit is contained in:
Alexandre Archambault 2017-09-20 16:57:31 +02:00
parent b5a4a7ab01
commit 2c4c3aa3d3
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ object Release {
val savePreviousReleaseVersion = ReleaseStep { state =>
val cmd = Seq(state.vcs.commandName, "tag", "-l")
val cmd = Seq(state.vcs.commandName, "tag", "--sort", "version:refname")
val tag = scala.sys.process.Process(cmd)
.!!