diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index d1ffac9239..6fc99b3682 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -21,13 +21,13 @@ jobs: package-name: dsp-api pull-request-title-pattern: "chore${scope}: Release${component} ${version}" changelog-types: '[ - {"type": "build", "section": "Maintenance", "hidden": false }, - {"type": "chore", "section": "Maintenance", "hidden": false }, - {"type": "docs", "section": "Documentation", "hidden": false }, - {"type": "feat", "section": "Enhancements", "hidden": false }, - {"type": "fix", "section": "Bug Fixes", "hidden": false }, - {"type": "perf", "section": "Enhancements", "hidden": false }, - {"type": "refactor", "section": "Maintenance", "hidden": false }, - {"type": "test", "section": "Maintenance", "hidden": false }, - {"type": "deprecated", "section": "Deprecated", "hidden": false } + {"type": "build", "section": "Maintenances"}, + {"type": "chore", "section": "Maintenances"}, + {"type": "docs", "section": "Documentation"}, + {"type": "feat", "section": "Enhancements"}, + {"type": "fix", "section": "Bug Fixes"}, + {"type": "perf", "section": "Performance Improvements"}, + {"type": "refactor", "section": "Maintenances"}, + {"type": "test", "section": "Tests"}, + {"type": "deprecated", "section": "Deprecated"} ]'