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

Update makerelease

This commit is contained in:
MatMoul 2017-04-14 03:08:04 +02:00
parent 0e952273c0
commit 9d23cb4e23

View File

@ -44,6 +44,7 @@ git push
git checkout master git checkout master
git merge develop git merge develop
git push
git tag -a "v$version" -m "Version $version" git tag -a "v$version" -m "Version $version"
git push --tags git push --tags