python-babel / babel

The official repository for Babel, the Python Internationalization Library
http://babel.pocoo.org/
BSD 3-Clause "New" or "Revised" License
1.32k stars 440 forks source link

Process: Document release process #381

Open akx opened 8 years ago

akx commented 8 years ago

We should document how to roll releases and preferably set up some sort of automation.

Via Gitter:

[@sils1297] I'll create the release with g co 41b75544a7ec2a062052211018494e64cb303780; git clean -dfx; make -C docs/ html; python3 setup.py import_cldr; python3 setup.py sdist bdist_wheel [@sils1297] we should write that down somewhere

sils commented 8 years ago

There's a release script but I don't trust it FWIW.

akx commented 8 years ago

Would probably be a good idea to get rid of other vestigial bits (such as upload-docs in the makefile, etc) while figuring this out.