DEVX-32: Fix release crash on non-version tags #53

Merged
emil merged 0 commits from DEVX-32-fix-tag-crash into master 2026-06-24 11:09:48 +00:00
Owner

The release workflow crashed with ValueError when non-version tags (e.g., 'master') existed in the repo. verify_tag_consistency() tried to parse all tags as version numbers.

Fix: filter to only vX.Y.Z tags before processing.

Closes DEVX-32

The release workflow crashed with ValueError when non-version tags (e.g., 'master') existed in the repo. verify_tag_consistency() tried to parse all tags as version numbers. Fix: filter to only vX.Y.Z tags before processing. Closes DEVX-32
emil reviewed 2026-06-24 11:08:27 +00:00
emil left a comment
Author
Owner

Fix filters non-version tags in verify_tag_consistency and verify_alignment. Tests cover the new case. All categories verified.

Fix filters non-version tags in verify_tag_consistency and verify_alignment. Tests cover the new case. All categories verified.
emil added the ready-to-merge label 2026-06-24 11:08:34 +00:00
emil reviewed 2026-06-24 11:08:54 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: WARNING — source files changed but no docs updated
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: WARNING — source files changed but no docs updated - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit 131c04c9d0 into master 2026-06-24 11:09:48 +00:00
emil deleted branch DEVX-32-fix-tag-crash 2026-06-24 11:09:48 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#53