File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -198,14 +198,14 @@ releaseProcess := Seq[ReleaseStep](
198198 inquireVersions,
199199 runClean,
200200 runTest,
201- // the 3 following steps are part of the Cucumber release process
202- // setReleaseVersion,
201+ setReleaseVersion,
202+ // the 2 following steps are part of the Cucumber release process
203203 // commitReleaseVersion,
204204 // tagRelease,
205205 releaseStepCommandAndRemaining(" publishSigned" ),
206- releaseStepCommand(" sonatypeBundleRelease" )
207- // the 3 following steps are part of the Cucumber release process
208- // setNextVersion,
206+ releaseStepCommand(" sonatypeBundleRelease" ),
207+ setNextVersion
208+ // the 2 following steps are part of the Cucumber release process
209209 // commitNextVersion,
210210 // pushChanges
211211)
You can’t perform that action at this time.
0 commit comments