Guide to Changelogs: Difference between revisions

314 bytes added ,  01:57, 16 September 2014
m
Adding more detailed steps
imported>Cheridan
mNo edit summary
imported>Cheridan
m (Adding more detailed steps)
Line 21: Line 21:


=== Updating the Changelog ===
=== Updating the Changelog ===
:''Only maintainers need to do this.''
* First, install python 2.7, pip, and PyYaml:
** After installing python and ensuring it and its Scripts/ folder is in PATH, download and run [https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py get-pip.py] with python.
** <code>pip install PyYaml</code>
* With /vg/station's or /tg/station's code, simply run makeChangelog.bat.
* With /vg/station's or /tg/station's code, simply run makeChangelog.bat.
* On Linux or other codebases, run <code>python tools/ss13_genchangelog.py html/changelog.html html/changelogs</code>
* On Linux or other codebases, run <code>python tools/ss13_genchangelog.py html/changelog.html html/changelogs</code>


== Screwed up Changelog ==
== Screwed up Changelog ==
Anonymous user