Skip to content

Commit 2bfb12a

Browse files
committed
Add push recipe to Makefile
Push local tags to server.
1 parent 8cc55be commit 2bfb12a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ lint :
3939
flake8 ciscosparkapi
4040

4141

42+
# Git recipes
43+
.PHONY : push
44+
push :
45+
git push origin --tags
46+
47+
4248
# Cleaning recipes
4349
.PHONY : clean
4450
clean : cleanbuild cleandocs cleanpytest cleantox ;

0 commit comments

Comments
 (0)