INACTIVE - Release notes generator for Firefox releases
Перейти к файлу
Lukas Blakk 30a9f552b5 change to template for Release, use bugzilla link instead of buglist webpage 2012-07-19 10:48:34 -07:00
requirements initial generator 2011-11-10 15:56:55 -05:00
templates change to template for Release, use bugzilla link instead of buglist webpage 2012-07-19 10:48:34 -07:00
.gitignore add README 2011-11-10 16:09:56 -05:00
README update README 2012-03-08 15:00:56 -08:00
__init__.py initial generator 2011-11-10 15:56:55 -05:00
relnotes.sqlite change to template for Release, use bugzilla link instead of buglist webpage 2012-07-19 10:48:34 -07:00
run.py notes for improvements 2012-04-04 12:09:59 -07:00

README

The `run.py` script generates the release notes page for Release, Aurora, Beta, and ESR. 

Instructions:

1. Make sure you have the `relnotes.sqlite` database file in the root of this project.
2. Install the requirements (`pip install -r requirements/compiled.txt`)
3. Run `python run.py -o <output dir> -c [channels,] --{aurora,beta,esr}-suffix <suffix>`

The output dir will contain the generated release notes pages.