Create the tag as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-12-13 15:25:27 +01:00
parent a0a7ad1c84
commit f4fd6b7790
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8

View file

@ -13,6 +13,12 @@ version+=master
all: appstore
release: appstore create-tag
create-tag:
git tag -a v$(version) -m "Tagging the $(version) release."
git push origin v$(version)
clean:
echo $(version)
rm -rf $(build_dir)