You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provides a good prerelease information which supposed to be all we need to see if we have to mark a release as pre-release or not: https://regex101.com/r/Ly7O1x/3/
The only thing is, how can we provide patches with that.
I've seen several *p1 releases in laminas (due to failed migration from zend): laminas/laminas-diactoros@2.2.1...2.2.1p1
Is that something we want to match aswell?
Feature Request
See doctrine/automatic-releases#25
Currently the tool does not understand milestones named
(\d+)\.(\d+)\.(\d+)\-(alpha|beta|rc)(\d*)
, nor knows how to sort them.We want to support pre-release versions such as:
1.0.0-alpha1
1.0.0-beta32
1.0.0-rc99
This requires expansion of the
SemVerVersion
value object, but should otherwise operate as usual. The only tricky part is sorting versions.The text was updated successfully, but these errors were encountered: