We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cac7d1 commit ef32e83Copy full SHA for ef32e83
Makefile.frag
@@ -35,7 +35,8 @@ phongodep:
35
36
release: test ChangeLog RELEASE package.xml
37
pecl package package.xml
38
- @git tag -a -m "Release $(PHONGO_VERSION)" $(PHONGO_VERSION)
+ @echo "Please run:"
39
+ @echo " " git tag -a -m \"Release $(PHONGO_VERSION)\" $(PHONGO_VERSION)
40
41
patch:
42
@if ! test -e $(top_srcdir)/.patched; then \
0 commit comments