Update version_branch.yml
This commit is contained in:
9
.github/workflows/version_branch.yml
vendored
9
.github/workflows/version_branch.yml
vendored
@@ -320,7 +320,13 @@ jobs:
|
|||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$1 import json
|
- name: Bump versions and update manifest dates (targeted, excluding .github)
|
||||||
|
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
|
||||||
@@ -335,6 +341,7 @@ jobs:
|
|||||||
stamp = datetime.now(timezone.utc).strftime("%Y-%m-%d")
|
stamp = datetime.now(timezone.utc).strftime("%Y-%m-%d")
|
||||||
root = Path(".").resolve()
|
root = Path(".").resolve()
|
||||||
|
|
||||||
|
# Use escape sequences only. Do not introduce literal tab characters.
|
||||||
header_re = re.compile(r"(?im)(VERSION[ \t]*:[ \t]*)([0-9]{2}[.][0-9]{2}[.][0-9]{2})")
|
header_re = re.compile(r"(?im)(VERSION[ \t]*:[ \t]*)([0-9]{2}[.][0-9]{2}[.][0-9]{2})")
|
||||||
manifest_marker_re = re.compile(r"(?is)<extension\b")
|
manifest_marker_re = re.compile(r"(?is)<extension\b")
|
||||||
xml_version_re = re.compile(r"(?is)(<version[ \t]*>)([^<]*?)(</version[ \t]*>)")
|
xml_version_re = re.compile(r"(?is)(<version[ \t]*>)([^<]*?)(</version[ \t]*>)")
|
||||||
|
|||||||
Reference in New Issue
Block a user