Commit f2ef7f3b6056b09a6fae9d3246d2fbbae2102936
1 parent
54af6a70
Exists in
master
and in
28 other branches
ActionItem93: adding more steps to the release process
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1076 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
doc/README_FOR_APP
... | ... | @@ -91,7 +91,8 @@ To prepare a release of noosfero, you must follow the steps below: |
91 | 91 | everything is ok, you are done. If not, maybe some files are not going into |
92 | 92 | the tarball. See lib/tasks/package.rake, probably you'll need to change it. |
93 | 93 | * Go to the version's wiki topic and edit it to reflect the new reality. |
94 | -* Attach the generated package to that topic. | |
94 | +* Attach the generated package to that topic. Before attaching calculate the md5 of the package (with mu5sum and paste the MD5 hash as comment in the attachment form) | |
95 | +* Download the attached and verify the MD5 hash | |
95 | 96 | * create a svn tag for the released version with <tt>rake tag</tt>. See |
96 | 97 | lib/tasks/svn.rake in case of any questions. |
97 | 98 | * IMMEDIATELY change the version in lib/noosfero.rb to the next version. (e.g. | ... | ... |