Commit 4eae3f9b33376a4d04fe6b176ed3894981b9a0cf
1 parent
d354a1df
Exists in
master
and in
28 other branches
Adding the push tags step on RELEASING file
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
RELEASING
@@ -31,6 +31,7 @@ To prepare a release of noosfero, you must follow the steps below: | @@ -31,6 +31,7 @@ To prepare a release of noosfero, you must follow the steps below: | ||
31 | sha1 of the package (with sha1sum and paste the SHA1 hash as comment in the | 31 | sha1 of the package (with sha1sum and paste the SHA1 hash as comment in the |
32 | attachment form) | 32 | attachment form) |
33 | * Download the attached and verify the MD5 hash | 33 | * Download the attached and verify the MD5 hash |
34 | +* Push the new version tag (with git push --tags) | ||
34 | * Update an eventual demonstration version that you run. | 35 | * Update an eventual demonstration version that you run. |
35 | * Write an announcement e-mail to the relevant mailing lists pointing to the | 36 | * Write an announcement e-mail to the relevant mailing lists pointing to the |
36 | release notes, and maybe to the demonstration version. | 37 | release notes, and maybe to the demonstration version. |