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 afb5310 commit bfeee29Copy full SHA for bfeee29
Makefile.frag
@@ -35,6 +35,7 @@ phongodep:
35
36
release: test ChangeLog RELEASE package.xml
37
pecl package package.xml
38
+ @git tag -a -m "Release $(PHONGO_VERSION)" $(PHONGO_VERSION)
39
40
patch:
41
@if ! test -e $(top_srcdir)/.patched; then \
0 commit comments