From 4fdc90dbc9bc917bc71a4a466681b24c31cd7de1 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 15 May 2024 10:28:14 +0200 Subject: [PATCH] ci(release): allow beta versions for pyproject.toml file (#839) Similar as in https://github.com/splunk/addonfactory-solutions-library-python/blob/c14f9909ce1228a2896a81689dc58989eb9d341c/.releaserc#L31C1-L32C60. --- .releaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index e8c511253..2bb73569d 100644 --- a/.releaserc +++ b/.releaserc @@ -43,7 +43,7 @@ }, { "files": ["pyproject.toml"], - "from": "version = \"[0-9]+.[0-9]+.[0-9]+\"", + "from": "version = \".*\"", "to": "version = \"${nextRelease.version}\"", "results": [ {