From 7d138fda8386a17774a6a1c977ba07f2aecad0f7 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Mon, 27 Apr 2026 13:42:51 +0200 Subject: [PATCH] Use proper separator config key in release-please config file --- .github/release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index a623dbe..bb50f33 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "separator": "/", + "tag-separator": "/", "include-component-in-tag": true, "include-v-in-tag": true, "release-type": "simple",