Skip to content

Commit 4fc8124

Browse files
committed
chore: 🤖 Maybe fix cross release publication
1 parent 6355464 commit 4fc8124

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)