## What Normalize GitHub version tags by stripping a leading `v` before comparison, so both `v1.0.0` and `1.0.0` style tags resolve correctly. ## Status PR #123 implements this. Request tests covering both formats, then merge.
What
Normalize GitHub version tags by stripping a leading
vbefore comparison,so both
v1.0.0and1.0.0style tags resolve correctly.Status
PR #123 implements this. Request tests covering both formats, then merge.