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 dd0a888 commit 01498a6Copy full SHA for 01498a6
upload.sh
@@ -13,7 +13,7 @@ if [ "$1" == "git" ]; then
13
# ./upload.sh git tag
14
if [ "$2" == "tag" ]; then
15
# check last release version and plus it with 1
16
- # eg: 1.0.8 => 1.0.9
+ # eg: v1.0.8 => v1.0.9
17
new_version=$(
18
git tag | tail -n1 | awk -F '[/.]' '{ gsub("v", "", $1); print $1$2$3 + 1}' | fold -w1 | paste -sd.
19
);
0 commit comments