From a495fe4d48cb15957d01ad38baae56724b2b8c0e Mon Sep 17 00:00:00 2001 From: roggervalf Date: Mon, 11 Sep 2023 09:10:09 -0500 Subject: [PATCH] ci(release): fix python rule --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af8a314221..fd251ff8ca 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ { "releaseRules": [ { - "message": "*[python]*", + "message": "*\\[python\\]*", "release": false } ]