mirror of https://github.com/sbt/sbt.git
Fix README updating in release process
This commit is contained in:
parent
b5a4a7ab01
commit
2c4c3aa3d3
|
|
@ -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)
|
||||
.!!
|
||||
|
|
|
|||
Loading…
Reference in New Issue