diff --git a/README.md b/README.md index 8d02aab..299e7a8 100644 --- a/README.md +++ b/README.md @@ -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
\nUncategorized\n\n${{UNCATEGORIZED}}\n
", "pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}", "empty_template": "- no changes",