silverstripe / cow

Release tool for Silverstripe CMS
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Update cow to only touch `.x-dev` constraints #214

Open maxime-rainville opened 2 years ago

maxime-rainville commented 2 years ago

Cow currently tries to update all constraints, even some that arguably shouldn't be touch.

e.g. recipe-blog 1.x-dev has a requirement for recipe-cms: ^4. When recipe-blog gets tag, cow rewrites that to match the something like recipe-cms: ~4.10.0

I don't think the intention here was to lockstep recipe-blog to recipe-cms.

Acceptance criteria