From d2e7e6cb654dbd489ece1351d06308c0dc3347ee Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 9 Apr 2026 12:43:42 +0200 Subject: [PATCH] .b4-config: automatically add 2025.02.x prefix This avoids having to run b4 prep --set-prefixes 2025.02.x to add the 2025.02.x prefix to the patch subject. You do need b4 0.11+ to make use of that. Signed-off-by: Quentin Schulz Signed-off-by: Thomas Perale --- .b4-config | 1 + 1 file changed, 1 insertion(+) diff --git a/.b4-config b/.b4-config index d568669864..0c6966c0c8 100644 --- a/.b4-config +++ b/.b4-config @@ -1,6 +1,7 @@ # Configuration for the `b4` tool # See https://b4.docs.kernel.org/en/latest/config.html [b4] + send-prefixes = 2025.02.x send-series-to = buildroot@buildroot.org send-auto-cc-cmd = "./utils/get-developers -e -" prep-perpatch-check-cmd = "./utils/check-package -q -p -"