From 598d912f2e4553f3085dbd885e082c2920a0db41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Wed, 20 Jul 2022 12:21:53 +0200 Subject: [PATCH] Set ordering to semver (#1175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrià Casajús --- .github/changelog_configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/changelog_configuration.json b/.github/changelog_configuration.json index 53ca248b..e5a08d1e 100644 --- a/.github/changelog_configuration.json +++ b/.github/changelog_configuration.json @@ -18,6 +18,6 @@ ], "ignore_labels": ["ignore"], "tag_resolver": { - "method": "sort" + "method": "semver" } } \ No newline at end of file