refactor: pre-release.yml should use existing CLI tools #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
pre-release.yml duplicates logic that exists as CLI tools:
Solution
Replace inline logic with CLI tool calls. Reduces pre-release.yml by ~65 lines and eliminates drift between workflows.
Files
Branch created:
feature/163-refactor-pre-release-yml-should-use-exisProof
Commit
1dba0c3on dev. Replaced 3 inline blocks with CLI tools:Net: -85 lines, +14 lines = 71 lines removed