Skip to content

Commit ef32e83

Browse files
committed
Lets not actually tag automatically, just ask politely
1 parent 5cac7d1 commit ef32e83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.frag

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ phongodep:
3535

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

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

0 commit comments

Comments
 (0)