diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f171de2c..fbe246d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,14 +54,14 @@ jobs: { "pr_template": "- #{{TITLE}} (##{{NUMBER}})", "categories": [ - { - "title": "## Features", - "labels": ["audience-feature"] - }, { "title": "## Fixes", "labels": ["audience-fix"] }, + { + "title": "## Features", + "labels": ["audience-feature"] + }, { "title": "## Performance", "labels": ["audience-performance"]