mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-23 06:26:11 +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..."
|
||||
git checkout master
|
||||
git merge $branch
|
||||
git push
|
||||
fi
|
||||
|
||||
read -p "Publish to server ? (Y/n)" choice
|
||||
@ -57,6 +58,7 @@ esac
|
||||
|
||||
echo "Publish release..."
|
||||
#Github
|
||||
git tag -a "v${version}" -m "Version ${version}"
|
||||
git push --tags
|
||||
#Sourceforge :
|
||||
wget https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu/archive/v${version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user