1
0

Update makerelease

This commit is contained in:
MatMoul 2019-12-31 17:40:13 +01:00
parent ea215a1f91
commit 44c78befa9

View File

@ -46,6 +46,7 @@ if [ ! "$branch" = "master" ]; then
echo "Merge branch $branch to master..." echo "Merge branch $branch to master..."
git checkout master git checkout master
git merge $branch git merge $branch
git push
fi fi
read -p "Publish to server ? (Y/n)" choice read -p "Publish to server ? (Y/n)" choice
@ -57,6 +58,7 @@ esac
echo "Publish release..." echo "Publish release..."
#Github #Github
git tag -a "v${version}" -m "Version ${version}"
git push --tags git push --tags
#Sourceforge : #Sourceforge :
wget https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu/archive/v${version}.tar.gz wget https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu/archive/v${version}.tar.gz