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