We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485d282 commit b17faa2Copy full SHA for b17faa2
1 file changed
test/mkrelease
@@ -154,6 +154,7 @@ SRC=${SRC#/} # remove leading slash
154
155
MAJOR=${VER%.*}
156
MINOR=${VER#*.}
157
+MINOR=${MINOR##0}
158
VER="$(printf %d.%02d $MAJOR $MINOR)"
159
NEXT=$(( $MINOR + 1 ))
160
DEV="$(printf %d.%02d-dev $MAJOR $NEXT)"
0 commit comments