Skip to content

Commit 9f6c5cd

Browse files
nattb8claude
andcommitted
fix(release): show fixes before features in audience release notes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 42e8f0b commit 9f6c5cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
{
5555
"pr_template": "- #{{TITLE}} (##{{NUMBER}})",
5656
"categories": [
57-
{
58-
"title": "## Features",
59-
"labels": ["audience-feature"]
60-
},
6157
{
6258
"title": "## Fixes",
6359
"labels": ["audience-fix"]
6460
},
61+
{
62+
"title": "## Features",
63+
"labels": ["audience-feature"]
64+
},
6565
{
6666
"title": "## Performance",
6767
"labels": ["audience-performance"]

0 commit comments

Comments
 (0)