docs: Update RELEASING

This commit is contained in:
Emmanuele Bassi 2011-03-14 16:02:13 +00:00
parent f23a7583e1
commit 6910be9b23

View File

@ -21,7 +21,7 @@ When making a new release;
- Run: - Run:
$ ./autogen.sh --enable-gtk-doc $ ./autogen.sh --enable-gtk-doc --enable-docs
$ make all $ make all
$ make check $ make check
@ -33,7 +33,7 @@ When making a new release;
- README: dependencies, any behavioural changes relevant to - README: dependencies, any behavioural changes relevant to
developers; developers;
The commit the changes. then commit the changes.
- Bump clutter_micro_version to the next even number; if this is a stable - 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 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 master
$ git push origin 1.2.4 $ 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`.