diff --git a/.github/workflows/changelog.json b/.github/workflows/changelog.json index 71a0f11d8..f94a88d0b 100644 --- a/.github/workflows/changelog.json +++ b/.github/workflows/changelog.json @@ -13,7 +13,7 @@ "labels": ["hal"] }, { - "title": "## ๐Ÿ“š Lib", + "title": "## ๐Ÿ“š Libraries", "labels": ["lib"] }, { @@ -24,6 +24,10 @@ "title": "## ๐Ÿ’พ Drivers", "labels": ["drivers"] }, + { + "title": "## ๐Ÿ Micropython", + "labels": ["micropython"] + }, { "title": "## ๐Ÿงช Ports", "labels": ["ports"] @@ -35,10 +39,6 @@ { "title": "## ๐Ÿ“œ Scripts", "labels": ["scripts"] - }, - { - "title": "## ๐Ÿ Micropython", - "labels": ["micropython"] } ], "ignore_labels": [ @@ -85,6 +85,12 @@ "target": "$1", "on_property": "title" }, + { + "pattern": "(^micropython)(.+)", + "method": "replace", + "target": "$1", + "on_property": "title" + }, { "pattern": "(^ports)\/(.+):", "method": "replace", @@ -103,12 +109,6 @@ "target": "$1", "on_property": "title" }, - { - "pattern": "(^micropython)(.+)", - "method": "replace", - "target": "$1", - "on_property": "title" - }, { "pattern": "^(stm32|rp2|nrf)(.*)", "method": "replace",