- Issue created by @jonathan1055
- Merge request !359#3524366 Update next_minor_dev now that 11.2.x is released → (Merged) created by jonathan1055
- 🇬🇧United Kingdom jonathan1055
Changing the script constant from 11.2.x to
const NEXT_MINOR_DEV = '11.3.x';
is enough to make 'check versions' pass. But this will not actually change any core versions being tested against.CORE_NEXT_MINOR
is still set to 11.x-dev. The description of this variable is
"Once the current minor-dev branch enters a beta phase, this is the dev branch for the *next* minor version."
The script allows this to be changed now to 11.2.x - I cannot see any prompt in the script that would alert us to changing this when we get to 'beta'. Is that something to add in? - 🇪🇸Spain fjgarlin
Yeah, once it's in beta phase, we should update to this
CORE_NEXT_MINOR: 11.2.x-dev
. Maybe we can do something in the script to check when11.2.0-beta*
is available. - 🇬🇧United Kingdom jonathan1055
Maybe we can do something in the script to check when 11.2.0-beta* is available.
Yes we can. You can merge this MR, but leave the issue open, as the background info is here.
-
fjgarlin →
committed 5f2933cb on main authored by
jonathan1055 →
Issue #3524366 by jonathan1055, fjgarlin: 11.2.x is released - update...
-
fjgarlin →
committed 5f2933cb on main authored by
jonathan1055 →
- 🇪🇸Spain fjgarlin
Great. I'll do that then, so we can also rebase the other open MRs.