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
We usually branch off micro releases (x.y.z) once they go into alpha/beta/rc stage,
in order to avoid code-freezing the minor release branches (x.y).
This is a manual process which should be wrapped in phing tasks.
Note: Some of this is already present in the archive and create-composer-lock tasks.
create-release-branch <branch>
Create and check out branch (ensure it has the right notation)
rc-release <tag>
Ensure correct branch (micro release)
Add @stable to composer core requirements
Create or update composer.lock file (commit+push)
Tag release and push tags
stable-release <tag>
Ensure correct branch (micro release)
Create or update composer.lock file (commit+push)
Check out base release branch
Tag release and push tags
Merge back micro release branch
Remove @stable from composer core requirements
Remove micro release branch
Remove composer.lock (commit+push)
The text was updated successfully, but these errors were encountered:
We usually branch off micro releases (x.y.z) once they go into alpha/beta/rc stage,
in order to avoid code-freezing the minor release branches (x.y).
This is a manual process which should be wrapped in phing tasks.
Note: Some of this is already present in the
archive
andcreate-composer-lock
tasks.create-release-branch <branch>
rc-release <tag>
@stable
to composer core requirementsstable-release <tag>
@stable
from composer core requirementsThe text was updated successfully, but these errors were encountered: