Commit 1ba38b7
committed
Fix base version extraction to remove all hotfix suffixes
Use %% (longest suffix removal) instead of % (shortest suffix removal) in bash parameter expansion to correctly extract base version from tags like v0.0.1137-hotfix-1-hotfix-2.1 parent 475cee1 commit 1ba38b7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments