- expand configuration specification by offering sorting by alternative properties -> title instead of mergedAt.
- add more testcases to cover the new sort orders - FIX https://github.com/mikepenz/release-changelog-builder-action/issues/757
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"sort": "DESC",
|
||||
"sort": {
|
||||
"order": "DESC",
|
||||
"on_property": "mergedAt"
|
||||
},
|
||||
"pr_template": "${{NUMBER}}",
|
||||
"max_pull_requests": 1000,
|
||||
"max_back_track_time_days": 1000
|
||||
|
||||
Reference in New Issue
Block a user