Commit 56f1a48
fix: revert VERSION extraction to handle simple v-prefixed tags (#442)
The `##*/v` pattern requires a `/` before `v` to match, so it doesn't
strip the `v` from simple `v6.1.0` tags. Now that tags use `v6.1.0`
format, the original `#v` pattern is correct.
Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 344021d commit 56f1a48
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
0 commit comments