From 832c2b6b24113ce6ff8550717020f909208eee58 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 18 Mar 2026 01:26:51 +0100 Subject: [PATCH] dsalkjdsalkjsa --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 19406d5..488d14a 100644 --- a/justfile +++ b/justfile @@ -1553,10 +1553,11 @@ _some_prs: printf "${prefix//%/%%}%s${suffix//%/%%}\n" \ master staging staging-next \ python-updates \ - release-25.05 staging-25.05 staging-next-25.05 + release-25.11 staging-25.11 staging-next-25.11 @_list_eol_upstream_release_branches $prefix="upstream/" $suffix="": printf "${prefix//%/%%}%s${suffix//%/%%}\n" \ + release-25.05 staging-25.05 staging-next-25.05 \ release-24.11 staging-24.11 staging-next-24.11 \ release-24.05 staging-24.05 staging-next-24.05 \ release-23.11 staging-23.11 staging-next-23.11 \