1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00

Update makerelease

This commit is contained in:
MatMoul 2017-04-14 02:40:33 +02:00
parent 12f50a5fda
commit 9465e7638f

View File

@ -34,12 +34,22 @@ esac
version=$1
sed -i "/string version = /c\\\tstring version = \"$version\";" src/helpers/help.cpp
IFS='.' read -ra VPART <<< "$version"
sed -i "/MAJOR=/cMAJOR=\"${VPART[0]}\"" makefile
sed -i "/MINOR=/cMINOR=\"${VPART[1]}\"" makefile
sed -i "/MICRO=/cMICRO=\"${VPART[2]}\"" makefile
git commit -m "Version $version" src/*
git push
git checkout master
git merge develop
git tag -a "v$version" -m "Version $version"
git push --tags
git checkout $branch
#wget https://github.com/MatMoul/g810-led/archive/v$version.zip
#wget https://github.com/MatMoul/g810-led/archive/v$version.tar.gz