commit 12da0388a756599b819f7184d53479464d1c287c Author: Roger Dingledine arma@torproject.org Date: Sun Oct 19 19:30:14 2014 -0400
new instructions in the Makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index b5808af..51f8f77 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,11 @@ # 2. Edit include/versions.wmi or others if you like # 3. Update STABLETAG and DEVTAG below if there is a new git tag # 4. make -# 5. ./publish +# 5. Do a git commit for your changes + +# Then either 6a) git push to staging or master, or 6b) push your git +# branch to your personal webwml repository, open a trac ticket in the +# website component, and set it to needs_review.
export STABLETAG=tor-0.2.4.24 export DEVTAG=tor-0.2.5.8-rc
tor-commits@lists.torproject.org