conventional-commits/conventionalcommits.org

How to configre conventional-changelog-conventionalcommits 7?

markwoon opened this issue · 1 comments

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?

please open an issue there