You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(build): 🎡 implement parent branch tag fallback strategy
The build workflow previously failed to resolve a reference tag if the current branch had no specific build tags. This update introduces a robust resolution strategy:
- scans parent branches (main, master, develop, dev) to find the closest common ancestor
- selects the "best" tag based on the shortest commit distance from the merge-base
- adds a final fallback to search for any ancestor tag if branch-specific resolution fails
0 commit comments