summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-03-14 16:02:13 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-03-16 13:09:41 +0000
commit6910be9b23330c114c399e38d202386d985d790d (patch)
tree4c975bb0687b5c6cfc664ad4cf2dbd5ce644080b
parentf23a7583e1c6d53554f50ca4223ebec39038a15d (diff)
downloadclutter-6910be9b23330c114c399e38d202386d985d790d.tar.gz
docs: Update RELEASING
-rw-r--r--doc/RELEASING7
1 files 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`.