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
The Composer branch alias should always be updated so that it maps dev-master to the latest x.x.x-dev release, as that can easily be forgotten.
We should add a GitHub Actions workflow that checks a package's branch-alias key in the composer.json file and creates a pull-request with an update if it is not up-to-date.
The text was updated successfully, but these errors were encountered:
The Composer branch alias should always be updated so that it maps
dev-master
to the latestx.x.x-dev
release, as that can easily be forgotten.We should add a GitHub Actions workflow that checks a package's
branch-alias
key in thecomposer.json
file and creates a pull-request with an update if it is not up-to-date.The text was updated successfully, but these errors were encountered: