Commit d1aceb3
committed
🐛 Fix version detection to filter semver tags only
Replace git describe with explicit semver pattern matching (v[0-9]*.[0-9]*.
[0-9]*)
to exclude non-standard tags like v2. The previous approach could select
major-only tags which lack patch/minor components, breaking downstream
version parsing.1 parent b4823bc commit d1aceb3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments