Skip to content

Commit

Permalink
Push tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Jun 24, 2014
1 parent 043388c commit 564c0c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,12 @@ release:

tag-release:
git tag -a -m "Tag version $(RELEASE_VER)" $(RELEASE_VER)
git push origin $(RELEASE_VER)

retag-release:
-git tag -d $(RELEASE_VER)
git tag -a -m "Re-tag version $(RELEASE_VER)" $(RELEASE_VER)
git push origin $(RELEASE_VER)

SNAPSHOT_RMDIRS := $(RELEASE_RMDIRS)

Expand Down

0 comments on commit 564c0c5

Please sign in to comment.