Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-13 17:25:27 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-13 17:25:27 +0300
commitf4fd6b7790a692d037f4bb0cb953bed0bb17ced2 (patch)
treeacb523a1744865615d1aa4dc4f3f18145d37b89c /Makefile
parenta0a7ad1c843dc23be1700a379b4bf2cd4b27be5e (diff)
Create the tag as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 234dd3f85..7c692b341 100644
--- a/Makefile
+++ b/Makefile
@@ -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)