Commit d56f942
committed
fix: correct version format validation regex in release workflow
- Fix bash regex pattern to properly validate semantic versions
- Support X.Y.Z, X.Y.Z-prerelease, and X.Y.Z+build formats
- Resolve version validation failure for 0.2.11 parent c7461fd commit d56f942
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments