diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-05-31 09:35:19 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2019-05-31 09:35:19 +0300 |
commit | 5d4b4f948a338a41966bb2e15af5875d4df8a08f (patch) | |
tree | f21e028d8fcf27691d83874473c3b674fc9942e7 /doc/HACKING/ReleasingTor.md | |
parent | dd62cb788ea0e526cbed835c6c8b5eb15ed8685b (diff) | |
download | tor-5d4b4f948a338a41966bb2e15af5875d4df8a08f.tar.gz tor-5d4b4f948a338a41966bb2e15af5875d4df8a08f.zip |
Mention Travis/Appveyor/Jenkins URLs in ReleasingTor.md
Diffstat (limited to 'doc/HACKING/ReleasingTor.md')
-rw-r--r-- | doc/HACKING/ReleasingTor.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/ReleasingTor.md index 4c87a366cc..d9864dba27 100644 --- a/doc/HACKING/ReleasingTor.md +++ b/doc/HACKING/ReleasingTor.md @@ -20,8 +20,11 @@ new Tor release: === I. Make sure it works -1. Make sure that CI passes: have a look at Travis, Appveyor, and - Jenkins. Make sure you're looking at the right branches. +1. Make sure that CI passes: have a look at Travis + (https://travis-ci.org/torproject/tor/branches), Appveyor + (https://ci.appveyor.com/project/torproject/tor/history), and + Jenkins (https://jenkins.torproject.org/view/tor/). + Make sure you're looking at the right branches. If there are any unexplained failures, try to fix them or figure them out. @@ -244,3 +247,5 @@ new Tor release: master branch. 3. Keep an eye on the blog post, to moderate comments and answer questions. + + |