marcocesarato / php-conventional-changelog

A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
227 stars 32 forks source link

Symfony 7 update #74

Open tricsusz opened 8 months ago

tricsusz commented 8 months ago

Can you please make it work with Symfony 7+?

petr6 commented 6 months ago

@tricsusz I used "dev-main" as version in my composer.json and it works.

If you do that, add also:

    "minimum-stability": "dev",
    "prefer-stable": true,
tricsusz commented 6 months ago

@tricsusz I used "dev-main" as version in my composer.json and it works.

If you do that, add also:

    "minimum-stability": "dev",
    "prefer-stable": true,

Thank you @petr6, i will try it!

jaymeh commented 6 months ago

Hey @marcocesarato,

I noticed there was a fix for this pushed to the dev-main branch in January. Would you mind building a new release that includes this? My package has a dependency on this one but I need to introduce Symfony 7 support for it from one of my other dependencies.

Thanks

marcocesarato commented 6 months ago

Done, thanks for the advice