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

Closed
opened 2026-02-17 11:52:41 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @markwoon on GitHub (Sep 7, 2023).

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?

Originally created by @markwoon on GitHub (Sep 7, 2023). 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`?
Author
Owner

@stevemao commented on GitHub (Oct 18, 2023):

please open an issue there

@stevemao commented on GitHub (Oct 18, 2023): please open an issue there
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#189