[gbrainy] Update release process



commit cbc22c2eba939975b25a8366598679db04df18b6
Author: Jordi Mas <jmas softcatala org>
Date:   Fri Jul 1 18:08:09 2011 +0200

    Update release process

 RELEASE-PROCESS |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)
---
diff --git a/RELEASE-PROCESS b/RELEASE-PROCESS
index 296d260..5744d10 100644
--- a/RELEASE-PROCESS
+++ b/RELEASE-PROCESS
@@ -1,26 +1,32 @@
+gbrainy release process
+
 Here are the steps to create a new gbrainy release:
 
-1) Send a message two weeks before the release to the gnome localization list asking translators to update gbrainy's translations
+* Send a message two weeks before the release to the gnome localization list asking translators to update gbrainy's translations
+
+* Run src/tools/TranslationsChecker.exe and make sure that no translation strings have problems
+
+* Run all the unit tests and verify that they pass
 
-2) Run all the unit tests and verify that they pass
+* Go to the sample_extensions directory and verify that the extensions are built correctly
 
 See tests/README
 
-3) Update the file NEWS with the most rellevant changes
+* Update the file NEWS with the most rellevant changes
 
-4) Make sure that the configure.ac contains the right version number for the release
+* Make sure that the configure.ac contains the right version number for the release
 
-5) Execute make 'make distcheck' and make sure that completes correctly
+* Execute make 'make distcheck' and make sure that completes correctly
 
-6) Do a smoke test to verify that gbrainy has been built properly
+* Do a smoke test to verify that gbrainy has been built properly
 
-7) Tag the gbrainy git repository naming the tag label GBRAINY_X_Y_Z, where X and Y are the major versions and Z the revision number.
+* Tag the gbrainy git repository naming the tag label GBRAINY_X_Y_Z, where X and Y are the major versions and Z the revision number.
 
-8) Upload the final tar.gz to a public location
+* Upload the final tar.gz to a public location
 
-9) Send a message to the gnome announce list
+* Send a message to the gnome announce list
 
-10) Update gbrainy releases page
+* Update gbrainy releases page
 
-11) Review developer's documentation http://live.gnome.org/gbrainy/Extending
+* Review developer's documentation http://live.gnome.org/gbrainy/Extending
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]