Commit 9bdcc34
committed
fix: improve version detection in push target to use latest existing tag
Fix duplicate "v" prefix issue by using git describe --abbrev=0 to get the latest existing tag instead of
exact match. This prevents creating tags like "vv0.2.0" and allows the push target to work with existing
tags rather than requiring exact HEAD matches.
Signed-off-by: Nagy Károly Gábriel <[email protected]>1 parent fcb75f2 commit 9bdcc34
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
328 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments