- outline new construct for sort config
This commit is contained in:
@@ -179,7 +179,10 @@ This configuration is a `.json` file in the following format.
|
|||||||
"ignore_labels": [
|
"ignore_labels": [
|
||||||
"ignore"
|
"ignore"
|
||||||
],
|
],
|
||||||
"sort": "ASC",
|
"sort": {
|
||||||
|
"order": "ASC",
|
||||||
|
"on_property": "mergedAt"
|
||||||
|
},
|
||||||
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
|
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
|
||||||
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
|
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
|
||||||
"empty_template": "- no changes",
|
"empty_template": "- no changes",
|
||||||
|
|||||||
Reference in New Issue
Block a user