This repository contains automatically generated software release reports (may be manually edited after initial generation) to report progress back to CLARIAH.
The reports are in reports/
- First set the
GITHUB_USERandGITHUB_PASSenvironment variables (otherwise you quickly hit the Github API limit) - Run
releasereport.pyscript, it takes a begin date with--beginand (optionally) an end date with--end, both inYYYY-MM-DDformat. Output is to stdout. - Markdown to PDF conversion is done as follows with
pandoc:pandoc -s -f gfm -H ../header.sty -o 2018-04-03-to-2018-06-21.pdf 2018-04-03-to-2018-06-21.md