We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6d941 commit 2aef7cdCopy full SHA for 2aef7cd
‎build.sbt
@@ -154,12 +154,14 @@ releaseProcess := Seq[ReleaseStep](
154
inquireVersions,
155
runClean,
156
runTest,
157
- setReleaseVersion,
158
- commitReleaseVersion,
159
- tagRelease,
+ // the 3 following steps are part of the Cucumber release process
+ //setReleaseVersion,
+ //commitReleaseVersion,
160
+ //tagRelease,
161
releaseStepCommandAndRemaining("publishSigned"),
162
releaseStepCommand("sonatypeBundleRelease"),
- setNextVersion,
163
- commitNextVersion,
164
- pushChanges
+ //setNextVersion,
165
+ //commitNextVersion,
166
+ //pushChanges
167
)
0 commit comments