From 2c31f8f2c55bc8a075c574dd506ddf3255d8fc95 Mon Sep 17 00:00:00 2001 From: Richard87 Date: Mon, 14 Oct 2024 09:36:41 +0200 Subject: [PATCH] fix: json formatting --- .release-please-manifest.json | 2 +- release-please-config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b70da8b..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0", + ".": "1.3.0" } diff --git a/release-please-config.json b/release-please-config.json index 9b5eaf6..35577db 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,7 +9,8 @@ "type": "yaml", "path": "charts/radix-prometheus-proxy/Chart.yaml", "jsonpath": "$.version" - }] + } + ] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"