ramsey / composer-install

:gift: A GitHub Action to streamline installation of PHP dependencies with Composer.
MIT License
233 stars 32 forks source link

[support] Create new tagged release #257

Closed mxr576 closed 9 months ago

mxr576 commented 9 months ago

I've checked whether the fix from #233 has been included in a tagged release, but it appears it hasn't. The 2.2.0 release is about 1.5 years old, and there are pending changes in the dev branch. Could you please create a new tagged release with those changes? Are there any blockers preventing this from being done? Thanks!

https://github.com/ramsey/composer-install/compare/2.2.0...v2

ruudk commented 9 months ago

I'm also waiting for a tagged release that includes https://github.com/ramsey/composer-install/pull/252.

We cannot use @v2 because we always pin to versions, not to branches.

@ramsey Could you please tag a release? Or maybe promote someone to handle it for you?

ramsey commented 9 months ago

2.3.0 is tagged

mxr576 commented 9 months ago

Thank you! :beer:

ramsey commented 9 months ago

Due to BC issues, I have reverted the actions/cache upgrade in version 2.3.1 and have released 3.0.0, which includes the actions/cache upgrade. Please update your pinned versions to 3.0.0. See discussion on #252, for more info.