From 6910be9b23330c114c399e38d202386d985d790d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 14 Mar 2011 16:02:13 +0000 Subject: [PATCH] docs: Update RELEASING --- doc/RELEASING | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/RELEASING b/doc/RELEASING index e3fdf8df2..5e1e6fa6d 100644 --- a/doc/RELEASING +++ b/doc/RELEASING @@ -21,7 +21,7 @@ When making a new release; - Run: - $ ./autogen.sh --enable-gtk-doc + $ ./autogen.sh --enable-gtk-doc --enable-docs $ make all $ make check @@ -33,7 +33,7 @@ When making a new release; - README: dependencies, any behavioural changes relevant to developers; - The commit the changes. + then commit the changes. - Bump clutter_micro_version to the next even number; if this is a stable release, bump up clutter_interface_version by one as well. Then commit @@ -59,4 +59,5 @@ When making a new release; $ git push origin master $ git push origin 1.2.4 - - Announce release to the waiting world on the blog and mailing lists + - Announce release to the waiting world on the blog and mailing lists. Use + the template printed by `make release-publish`.