From 1f61f23a84302c688a7d4b565f2d806c8dff0111 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:33:35 +0100 Subject: [PATCH] chore(release-please): add missing `,` (#408) --- .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 5b89cd3c..da050201 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -19,6 +19,6 @@ { "type": "perf", "section": "Performance Improvements" }, { "type": "revert", "section": "Reverts" }, { "type": "docs", "section": "Documentation" } - ] + ], "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }