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](
198
198
inquireVersions,
199
199
runClean,
200
200
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
203
203
// commitReleaseVersion,
204
204
// tagRelease,
205
205
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
209
209
// commitNextVersion,
210
210
// pushChanges
211
211
)
You can’t perform that action at this time.
0 commit comments