diff options
| -rw-r--r-- | doc/release.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release.txt b/doc/release.txt index 806db41c..f1ccb321 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -7,13 +7,13 @@ Release Process 3. Put the version number and the release date into the changelog 4. Submit your changes. -2. Make sure the tests are passing on drone.io: - https://drone.io/bitbucket.org/logilab/astroid +2. Make sure the tests are passing on Travis: + https://travis-ci.org/PyCQA/astroid/ 3. Add a new tag 'astroid-$VERSION' -5. Publish all remaining changes to the Bitbucket repository: - https://bitbucket.org/logilab/astroid +5. Publish all remaining changes to the Github repository: + https://github.com/PyCQA/astroid 4. Run |
