diff options
| author | Torsten Marek <shlomme@gmail.com> | 2014-07-25 16:36:21 +0200 |
|---|---|---|
| committer | Torsten Marek <shlomme@gmail.com> | 2014-07-25 16:36:21 +0200 |
| commit | c165de0db2952304d62d62113a2b6cd98f27f456 (patch) | |
| tree | b6ccf0d4f5dd563575af4052f0908100cd1596a0 | |
| parent | 3010d26cb196e54f83e1b9ec56648e65b598946a (diff) | |
| download | astroid-git-c165de0db2952304d62d62113a2b6cd98f27f456.tar.gz | |
Added a short document outlining the release process.
| -rw-r--r-- | doc/release.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt new file mode 100644 index 00000000..5e4e0908 --- /dev/null +++ b/doc/release.txt @@ -0,0 +1,23 @@ +Release Process +=============== + +1. Preparatation + 1. Check if the dependencies of the package are correct + 2. Update the version number in __pkginfo__ + 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 + +3. Add a new tag 'astroid-$VERSION' + +5. Publish all remaining changes to the Bitbucket repository: + https://bitbucket.org/logilab/astroid + +4. Run + + $ python setup.py register sdist upload + + to release a new version to PyPI. +
\ No newline at end of file |
