Fix: Use correct tag_resolver for github changelog

This commit is contained in:
Thomas Basler 2023-04-12 21:02:06 +02:00
parent 131bea0967
commit 4bcc7ce490

View File

@ -45,6 +45,6 @@
} }
], ],
"tag_resolver": { "tag_resolver": {
"method": "sort" "method": "semver"
} }
} }