[torbutton/master] Add some whitespace to the release docuscript.

commit 2a66c1db00bdf698bb04cbd62952b9a778d06ffe Author: Mike Perry <mikeperry-git@fscked.org> Date: Sat Aug 27 21:22:19 2011 -0700 Add some whitespace to the release docuscript. Also, don't forget to set the version in install.rdf. --- README.RELEASE | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/README.RELEASE b/README.RELEASE index cec3ee8..c77e952 100644 --- a/README.RELEASE +++ b/README.RELEASE @@ -6,6 +6,7 @@ #. Decide the version number. export VERSION="1.4.0" + vim ./src/install.rdf # edit <em:version> tag to reflect version #. Test upgrades of candidate XPI in latest Firefox and TBB product matrix @@ -22,7 +23,9 @@ torsocks tx pull -a cd .. ./validate_all.sh | less + torsocks ./new_tb_strings.sh + ./mkmoz.sh ./mvmoz.sh cd .. @@ -31,7 +34,7 @@ #. Tag the release: - git tag -s ${VERSION} + git tag -u mikeperry@fscked.org -s ${VERSION} torsocks git push origin-push --tags #. Create the .xpi @@ -59,6 +62,7 @@ cd website-svn vim ./include/versions.wmi # Add sha1 and version vim ./torbutton/update.rdf # Add <li> and <description> w/ sha1 and version + torsocks svn up . torsocks svn commit .
participants (1)
-
mikeperry@torproject.org