From 8cfc202cb4720f34d26ab58ec90b9f3fd871025d Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Thu, 25 Sep 2025 15:06:50 +0000 Subject: [PATCH] chore(release): v14.0 exists (#1057) Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1057 Reviewed-by: earl-warren Co-authored-by: 0ko <0ko@noreply.codeberg.org> Co-committed-by: 0ko <0ko@noreply.codeberg.org> --- forgejo/sources/14.0 | 1 + lib/lib.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 forgejo/sources/14.0 diff --git a/forgejo/sources/14.0 b/forgejo/sources/14.0 new file mode 100644 index 00000000..84203a1b --- /dev/null +++ b/forgejo/sources/14.0 @@ -0,0 +1 @@ +https://codeberg.org/forgejo/forgejo forgejo 14.0.0 diff --git a/lib/lib.sh b/lib/lib.sh index 4f540cf4..8c8cc1c8 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -26,7 +26,7 @@ IP=$(hostname -I | cut -f1 -d' ') # # Forgejo releases for which a branch exists (7.0/forgejo etc.) # -RELEASE_NUMBERS="11.0 12.0 13.0" +RELEASE_NUMBERS="11.0 12.0 13.0 14.0" PREFIX=============== export DIR=/tmp/forgejo-end-to-end