Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b844fd61 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Update file create_new_tag.sh

parent 37553474
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ then

    echo "New version: "$new_version
    git tag v1.$((latest_version+1))-${PREVERSION}-$current_version
    git remote -v
    git push --tags
    cd "$SRC_DIR/test"
else
@@ -84,7 +83,6 @@ git remote add e-priv ssh://git@gitlab.e.foundation:2222/${REPO_PROJECT}
git fetch e-priv
fi;
    git tag "'$new_version'"
    git remote -v
    echo "creating branch "'$new_version'" on "$2

#    git push $2 --tags