From c6aba222eebcfe6c9212360cba1511ebcd5973bf Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 8 Dec 2014 15:58:51 -0800 Subject: [PATCH] Add couple of more reminders --- Makefile.frag | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.frag b/Makefile.frag index b7700626..16e27501 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -36,7 +36,10 @@ phongodep: release: test ChangeLog RELEASE package.xml pecl package package.xml @echo "Please run:" + @echo " " git commit -m \"Add $(PHONGO_VERSION) release notes\" $(PHONGO_VERSION) @echo " " git tag -a -m \"Release $(PHONGO_VERSION)\" $(PHONGO_VERSION) + @echo " " git push --tags + @echo "And don't forget to pump version in php_phongo.h" patch: @if ! test -e $(top_srcdir)/.patched; then \