Skip to content

Commit

Permalink
Add rule to tag and push
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Nov 5, 2014
1 parent 237de0f commit 602d50b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ GENDOCS = \
doc/apsw.rst \
doc/backup.rst

.PHONY : all docs doc header linkcheck publish showsymbols compile-win source source_nocheck release tags clean ppa dpkg dpkg-bin coverage valgrind valgrind1
.PHONY : all docs doc header linkcheck publish showsymbols compile-win source source_nocheck release tags clean ppa dpkg dpkg-bin coverage valgrind valgrind1 tagpush

all: header docs

tagpush:
git tag -a $(SQLITEVERSION)$(APSWSUFFIX)
git push --tags

clean:
make PYTHONPATH="`pwd`" VERSION=$(VERSION) -C doc clean
rm -rf dist build work/* megatestresults
Expand Down

0 comments on commit 602d50b

Please sign in to comment.