Add version hierarchy validation and CI improvements for version management #28

Merged
Copilot merged 5 commits from copilot/prevent-version-creation-errors into main 2026-01-04 01:30:13 +00:00
Showing only changes of commit de6b40413d - Show all commits

View File

@@ -300,8 +300,6 @@ jobs:
#
# Rule: If a version exists in a higher priority branch,
# do not allow creating it in a lower priority branch
BRANCH_NAME="${BRANCH_PREFIX}${NEW_VERSION}"
echo "[INFO] Checking version hierarchy for: ${NEW_VERSION}"
echo "[INFO] Current branch prefix: ${BRANCH_PREFIX}"