Skip to content

Commit a9bce04

Browse files
committed
ci: add sort configuration & reformat
1 parent b220eb6 commit a9bce04

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

.github/workflows/release_config.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,44 @@
22
"categories": [
33
{
44
"title": "## ✨ Next Generation Features & Changes",
5-
"labels": ["epoch-change"]
5+
"labels": [
6+
"epoch-change"
7+
]
68
},
79
{
810
"title": "## 🚧 Breaking Changes",
9-
"labels": ["breaking-change"]
11+
"labels": [
12+
"breaking-change"
13+
]
1014
},
1115
{
1216
"title": "## 🚀 Features",
13-
"labels": ["enhancement", "feat"]
17+
"labels": [
18+
"enhancement",
19+
"feat"
20+
]
1421
},
1522
{
1623
"title": "## 🐛 Fixes",
17-
"labels": ["fix","bug"]
24+
"labels": [
25+
"fix",
26+
"bug"
27+
]
1828
},
1929
{
2030
"title": "## 🧪 Tests",
21-
"labels": ["test"]
31+
"labels": [
32+
"test"
33+
]
2234
},
2335
{
2436
"title": "## 📦 Misc",
2537
"labels": []
2638
}
2739
],
28-
"ignore_labels": [ "skip-changelog" ],
40+
"ignore_labels": [
41+
"skip-changelog"
42+
],
2943
"label_extractor": [
3044
{
3145
"pattern": "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
@@ -49,8 +63,12 @@
4963
}
5064
],
5165
"tag_resolver": {
52-
"method": "sort"
53-
},
66+
"method": "sort"
67+
},
68+
"sort": {
69+
"order": "ASC",
70+
"on_property": "mergedAt"
71+
},
5472
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
5573
"pr_template": "- #{{TITLE}} (##{{NUMBER}}) - #{{AUTHOR}}",
5674
"commit_template": "- #{{TITLE}} ([#{{MERGE_SHA}}](${{ steps.get_repo_url.outputs.REPO_URL }}/commit/#{{MERGE_SHA}}))",

0 commit comments

Comments
 (0)