Skip to content

Commit b6b131d

Browse files
authored
Merge pull request #303 from cucumber/fix300
chore: 🤖 Maybe fix cross release publication
2 parents 6355464 + 4fc8124 commit b6b131d

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)