Uses the beevelop/latex Docker image and Travis to automatically attach PDF files to GitHub Releases.
To enable awesome Changelogs use the npm package release-it
npm i -g release-it
release-it # does a patch release (v1.0.X)
release-it minor # v1.X.0
release-it major # vX.0.0
Use preview.sh
to build and view the PDF file locally (macOS, Preview.app). Docker is required on the respective system in order to run the builds.