From bfe5777347035838714dbb4c4243215f03ea704b Mon Sep 17 00:00:00 2001 From: Renaud Heluin Date: Mon, 13 May 2024 11:23:35 +0000 Subject: [PATCH] fix: Update label search regex in .release-it.json --- lighthouse-plugin-ecoindex/.release-it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-plugin-ecoindex/.release-it.json b/lighthouse-plugin-ecoindex/.release-it.json index 1f1c7400..5859d13e 100644 --- a/lighthouse-plugin-ecoindex/.release-it.json +++ b/lighthouse-plugin-ecoindex/.release-it.json @@ -20,7 +20,7 @@ }, { "file": "../docs/retype.yml", - "search": "label: ([0-9.a-zA-Z]+)", + "search": "label: ([0-9.a-zA-Z-]+)", "replace": "label: {{version}}" } ]