TYPO3 / TYPO3.CMS.BaseDistribution

Main composer distribution when using composer create project
GNU General Public License v2.0
17 stars 23 forks source link

Broken release/tag 10.4.2 - pointing to *@dev instead of stable core packages #50

Closed jpmschuler closed 2 years ago

jpmschuler commented 2 years ago

10.4.2 was released to roll out the many changes made https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/compare/v10.4.1...v10.4.2 However during that the dependency to core packages was switched from stable to dev. Thus a typical composer create-project typo3/cms-base-distribution typo3 ^10 now installs the *@dev versions instead of the stable releases that where installed with 10.4.1.

Probably this is not intended.

ohader commented 2 years ago

What a mess... unfortunately this all is still a manual process... I'll revert those tags and do the magic

ohader commented 2 years ago

I am wondering why ~10.3.0 is shown in the diff - v10.4.1 correctly contained ^10.4. Strange...

ohader commented 2 years ago

Are these @dev@ versions required at all? For instance the 11.x branch did not contain them.

gilbertsoft commented 2 years ago

Yes, they are required but pending change from my side like discussed last week.

ohader commented 2 years ago

Created a new v10.4.3 tag using https://github.com/TYPO3/TYPO3.CMS.BaseDistribution/blob/v10.4.3/composer.json @jpmschuler can you please confirm things work again on your side?

jpmschuler commented 2 years ago

Everything as expected, thanks!

hoermannklaus commented 2 years ago

Thanks for the quick fix. Works just fine.