From 6caa23bd9d23ab3eb9f3ad5a0e35a2b785e73873 Mon Sep 17 00:00:00 2001 From: Justin Sawatzky <132946620+justinsaws@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:31:56 -0500 Subject: [PATCH] fix: renable zero versions for semantic versioning Signed-off-by: Justin Sawatzky <132946620+justinsaws@users.noreply.github.com> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fd849a2..0c96f11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -169,6 +169,7 @@ omit= [ # Can be removed or set to true once we are v1 major_on_zero = false tag_format = "{version}" +allow_zero_version = true [tool.semantic_release.commit_parser_options] allowed_tags = [