update runner

This commit is contained in:
Xuu
2020-08-17 11:54:01 -06:00
parent 2a188d3b1e
commit 3794600390
2 changed files with 11 additions and 1 deletions

2
debian/Makefile vendored
View File

@@ -13,7 +13,7 @@ clean:
release:
echo `expr $${RELEASE} + 1` > RELEASE
git commit -am "release version $${RELEASE}"
git tag -am "release version $${RELEASE}"
git tag -a -m "release version $${RELEASE}"
git push --tags
build: