mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-23 14:36:12 +00:00
Update makerelease
This commit is contained in:
parent
ea215a1f91
commit
44c78befa9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user