Skip to content

Commit

Permalink
Lets not actually tag automatically, just ask politely
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Dec 4, 2014
1 parent 5cac7d1 commit ef32e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ phongodep:

release: test ChangeLog RELEASE package.xml
pecl package package.xml
@git tag -a -m "Release $(PHONGO_VERSION)" $(PHONGO_VERSION)
@echo "Please run:"
@echo " " git tag -a -m \"Release $(PHONGO_VERSION)\" $(PHONGO_VERSION)

patch:
@if ! test -e $(top_srcdir)/.patched; then \
Expand Down

0 comments on commit ef32e83

Please sign in to comment.