silverstripe / vendor-plugin

Allows Silverstripe vendor modules to expose directories to the webroot
BSD 3-Clause "New" or "Revised" License
5 stars 16 forks source link

Remove 1 branch, resolve outdated branch alias in master #41

Closed chillu closed 2 years ago

chillu commented 4 years ago

The 1 branch is where most improvements happen, and slightly ahead of master. master has a branch-alias of 1.3.x-dev, which is lagging far behind the actual tags (up to 1.5.1). I've seen some really weird constraint failures in composer because of this (sorry, don't have the exact message or circumstances).

We could set this branch alias to 2.x-dev, but I would argue that there's no reason for this until we actually want to make breaking changes. Instead, my recommendation would be to merge 1 into master, delete the 1 branch, and change the branch-alias in master to 1.x-dev.

GuySartorelli commented 2 years ago

Closed in favour of https://github.com/silverstripe/silverstripe-framework/issues/10349