Commit d778ef5
committed
hack/scripts: strip "v" prefix from version strings
The version generation script was including the 'v' prefix from git tags
in generated version strings, which is inconsistent with our current
packages.
- Tagged releases produce clean version numbers (e.g., "1.0.0" instead of
"v1.0.0")
- Nightly builds generate pseudo-versions without 'v' prefix
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>1 parent d926568 commit d778ef5
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments