From 9466cfb60a399adc2d2f66ddf680b1aa43b52f67 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:48:11 -0700 Subject: [PATCH] chore: exclude dist and github from release-processing (#1447) --- release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 8df8757..b8cd2f4 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,8 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "exclude-paths": [".github", "dist"] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"