File tree Expand file tree Collapse file tree 9 files changed +15
-4
lines changed
command-line-version-numbers Expand file tree Collapse file tree 9 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ name := "sbt-release"
66homepage := Some (url(" https://github.com/sbt/sbt-release" ))
77licenses := Seq (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" ))
88
9- // Don't update crossSbtVersions!
10- // https://github.com/sbt/sbt/issues/5049
11- crossSbtVersions := Vector (" 1.1.6" )
129publishMavenStyle := true
1310scalacOptions ++= Seq (" -deprecation" , " -feature" , " -language:implicitConversions" )
1411
Original file line number Diff line number Diff line change 1- sbt.version =1.3.13
1+ sbt.version =1.5.4
Original file line number Diff line number Diff line change 11import ReleaseTransformations ._
22import sbt .complete .DefaultParsers ._
33
4+ name := " command-line-version-numbers"
5+
46publishTo := Some (Resolver .file(" file" , new File ( " ." )) )
57
68releaseProcess := Seq [ReleaseStep ](
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ $ exec git init .
55$ exec git add .
66$ exec git commit -m init
77
8+ > reload
9+
810> release with-defaults
911$ exists target/scala-2.11
1012-$ exists target/scala-2.10
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ $ exec git init .
55$ exec git add .
66$ exec git commit -m init
77
8+ > reload
9+
810> checkExitCodes
Original file line number Diff line number Diff line change @@ -5,5 +5,7 @@ $ exec hg init .
55$ exec hg add .
66$ exec hg commit -m init
77
8+ > reload
9+
810> release with-defaults
911$ exists target/scala-2.11
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ $ exec git init .
55$ exec git add .
66$ exec git commit -m init
77
8+ > reload
9+
810-> release with-defaults
911
1012> release with-defaults skip-tests
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ $ exec git init .
55$ exec git add .
66$ exec git commit -m init
77
8+ > reload
9+
810#prerequisite for the use case covered
911$ exec git tag v0.1.0
1012
Original file line number Diff line number Diff line change @@ -5,5 +5,7 @@ $ exec git init .
55$ exec git add .
66$ exec git commit -m init
77
8+ > reload
9+
810-> release
911> release with-defaults
You can’t perform that action at this time.
0 commit comments