[DEV] releaseTools.getNextPreRelease()
returns invalid numbers after .10
#16576
Labels
package:dev
squad:platform
Issue to be handled by the Platform team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
Nightly alpha releases from the
#release
branch stopped working during the last weekend.CI logs presets as follows:
It tried several times to push the already published version:
✔️ Expected result
@alpha
version should be incremented precisely.❌ Actual result
As mentioned in the issue description.
❓ Possible solution
A quick debug session led me to https://github.com/ckeditor/ckeditor5-dev/blob/f0e2026c0d9889eedfb99bfeacaf8dd13b01b9e4/packages/ckeditor5-dev-release-tools/lib/utils/versions.js#L45-L48
It returns:
while it should be
The text was updated successfully, but these errors were encountered: