conventional-commits / conventionalcommits.org

The conventional commits specification
https://conventionalcommits.org
MIT License
7k stars 537 forks source link

How to configre conventional-changelog-conventionalcommits 7? #543

Closed markwoon closed 11 months ago

markwoon commented 1 year ago

I'm using semantic-release/release-notes generator with the conventionalcommits preset:

"@semantic-release/release-notes-generator",
        {
          "preset": "conventionalcommits",
          "writerOpts": {
            "commitsGroupSort": [
              "feat",
              "perf",
              "fix"
            ],
            "commitsSort": "header"
          }

After upgrading to 7.0.0 this no longer works. There are no error messages.

According to the changelog

If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

What do I need to change to get conventional-changelog-conventionalcommits working again?

Or is this a problem with semantic-release/release-notes generator?

stevemao commented 11 months ago

please open an issue there