From 3159d533225a7318e603aa26af325b90b1a386f3 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 24 May 2026 23:21:20 -0500 Subject: [PATCH 1/2] chore: bump version to 04.01.00 for next release cycle Co-Authored-By: Claude Opus 4.6 (1M context) --- updates.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updates.xml b/updates.xml index 60723fec4d..7ca8ca7ed0 100644 --- a/updates.xml +++ b/updates.xml @@ -10,7 +10,7 @@ MokoGitea update mokogitea application - 04.00.00 + 04.01.00 server stable https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/tag/v1.26.1-moko.04.00.00 @@ -27,7 +27,7 @@ MokoGitea update mokogitea application - 04.00.00 + 04.01.00 server dev https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/src/branch/dev @@ -44,7 +44,7 @@ MokoGitea update mokogitea application - 04.00.00 + 04.01.00 server security https://git.mokoconsulting.tech/MokoConsulting/MokoGitea/releases/tag/v1.26.1-moko.04.00.00 -- 2.52.0 From 45e08616ac5268a9ec8cd756156712ea2f660054 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 24 May 2026 23:26:13 -0500 Subject: [PATCH 2/2] fix(ci): remove draft check from PR RC workflow Gitea Actions may not evaluate github.event.pull_request.draft correctly, preventing the workflow from triggering entirely. Co-Authored-By: Claude Opus 4.6 (1M context) --- .mokogitea/workflows/pr-rc-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.mokogitea/workflows/pr-rc-release.yml b/.mokogitea/workflows/pr-rc-release.yml index 13824cb0b7..ae41d6948b 100644 --- a/.mokogitea/workflows/pr-rc-release.yml +++ b/.mokogitea/workflows/pr-rc-release.yml @@ -22,8 +22,6 @@ jobs: rc-release: name: Build RC Release runs-on: ubuntu-latest - if: github.event.pull_request.draft == false - steps: - name: Checkout PR branch uses: actions/checkout@v4 -- 2.52.0