mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Create the tag as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
a0a7ad1c84
commit
f4fd6b7790
1 changed files with 6 additions and 0 deletions
6
Makefile
6
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue