From 9f6c5cd564f13cdd9738af55234859598a43bdeb Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Wed, 17 Jun 2026 12:42:10 +1200 Subject: [PATCH] fix(release): show fixes before features in audience release notes Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"]