Update version_branch.yml

This commit is contained in:
2025-12-23 16:36:37 -06:00
parent 787482ebdd
commit 3178db4625

View File

@@ -320,13 +320,7 @@ jobs:
exit 2
fi
- name: Bump versions and update manifest dates (targeted, excluding .github)
run: |
source "$CI_HELPERS"
moko_init "Version bump"
python3 - <<'PY'
import json
$1 import json
import os
import re
from pathlib import Path
@@ -363,7 +357,6 @@ updated_manifests = []
would_update_files = []
would_update_manifests = []
# Exclude root update feeds. They are generated at release time.
exclude_root = {"update.xml", "updates.xml"}
def should_skip(p: Path) -> bool: