Исправлен XPath Version64 в правилах релиза AGENTS.md

This commit is contained in:
2026-04-09 11:59:29 +03:00
parent c9595312ab
commit c40712701c

View File

@@ -66,7 +66,7 @@
- CI triggers: tag `v*` and manual dispatch; not every push to `main`. - CI triggers: tag `v*` and manual dispatch; not every push to `main`.
### Version/Release Rules ### Version/Release Rules
- Read release version only from `save/region/node[@id="ModuleSettings"]/children/node[@id="ModuleInfo"]/attribute[@id="Version64"]` via explicit XML parsing. - Read release version only from `save/region[@id="Config"]/node[@id="root"]/children/node[@id="ModuleInfo"]/attribute[@id="Version64"]` via explicit XML parsing.
- `PublishVersion` must not be changed during release preparation. - `PublishVersion` must not be changed during release preparation.
- Release tag must match the source-of-truth version. - Release tag must match the source-of-truth version.
- Decision logic before tagging: - Decision logic before tagging: