summaryrefslogtreecommitdiff
path: root/rn.py
AgeCommit message (Expand)Author
2017-02-01Fix update_series_readme() parameter passing.Ryan S. Arnold
2017-01-31Add 'regen.py' which will regenerate release notesRyan S. Arnold
2017-01-27rn.py: calling log() should be print_log()Ryan S. Arnold
2017-01-27rn.py: Copy rendered files to $USER/public_html/Ryan S. Arnold
2016-12-22Provide variations on git log and git rev-listRyan S. Arnold
2016-12-21Derive -rc1 release-notes from a previous release branch.Ryan S. Arnold
2016-12-13Add linaropy/colors.py to provided color codes to terminal output.Ryan S. Arnold
2016-12-13Set logging default level="WARNING"Ryan S. Arnold
2016-11-14rn.py VerifyGCCSourceAction should 'raise IOError' when source isn't found.Ryan S. Arnold
2016-10-15Run autopep8 with level 2 of --aggressiveDiana Picus
2016-10-15Run autopep8 with default settingsDiana Picus
2016-09-06Reorder code so user is only asked once each iteration if they'd like to modi...Ryan S. Arnold
2016-09-02Move prompt for csv file out or rngen.py into rn.py.Ryan S. Arnold
2016-09-02rn.py: If jinja can't generate output, print exception and let user fix templ...Ryan S. Arnold
2016-09-02rn.py: Fix rn_template.log() invocation.Ryan S. Arnold
2016-08-20Add support for generating 'release' release notes using tags.Ryan S. Arnold
2016-08-19Add --nopersist to rn.py.Ryan S. Arnold
2016-08-17Re-organize python code to use a directory module layoutRyan S. Arnold
2016-08-10Generate release notes with python scripting.Ryan S. Arnold