From 06e04f9a911411eae649a130cdb42a4c5412f07b Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 27 Sep 2007 21:15:01 +0000 Subject: [PATCH] ActionItem65: fix to release documentation --- doc/README_FOR_APP | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index 4acb12f..050f519 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -83,7 +83,8 @@ To prepare a release of noosfero, you must follow the steps below: * finish all requirements and bugs assigned to the to-be-released version * make sure all tests pass * write release notes at the version's wiki topic. -* generate package with +rake package+ +* generate package with +rake package+. Your tarball will be under the pkg/ + directory, named as noosfero-${VERSION}.tar.gz * test that the package contains everything that is needed: explode the tarball in a temporary directory, copy config/database.yml.sqlite3 to config/database.yml, and make +rake db:migrate+ and +rake test+. If @@ -96,6 +97,9 @@ To prepare a release of noosfero, you must follow the steps below: * IMMEDIATELY change the version in lib/noosfero.rb to the next version. (e.g. 0.2.0 -> 0.3.0) +If you had any problem during these steps, you can do +rake clobber_package+ to +completely delete the generated packages and start the process again. + == Working with translations * Update translation files: +rake updatepo+. Then +svn commit+ them. -- libgit2 0.21.2