From 1f113a78b9f13fa42410657dd1b5114ae3e033b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Tue, 2 Apr 2024 00:30:39 +0200 Subject: [PATCH] chore: Specify PEP 440 versioning scheme in config --- config/git-changelog.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git-changelog.toml b/config/git-changelog.toml index 44e2b1f..57114e0 100644 --- a/config/git-changelog.toml +++ b/config/git-changelog.toml @@ -6,3 +6,4 @@ parse-refs = false parse-trailers = true sections = ["build", "deps", "feat", "fix", "refactor"] template = "keepachangelog" +versioning = "pep440"