- outline new construct for sort config

This commit is contained in:
Mike Penz
2022-05-13 11:31:31 +02:00
parent 0bb7bd0176
commit 939712bd2c
+4 -1
View File
@@ -179,7 +179,10 @@ This configuration is a `.json` file in the following format.
"ignore_labels": [
"ignore"
],
"sort": "ASC",
"sort": {
"order": "ASC",
"on_property": "mergedAt"
},
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes",