Biblography
main bib file commit
Reformat theRun
biber --tool --configfile=src/biber/reformat.xml gipp.bib
this will create a new file
gipp_bibertool.bib
compare the contents of both files and overwrite gipp.bib
with
gipp_bibertool.bib
.
Automatic release configuration
See the travis manual to understand the release section of the travis config
For the interaction with GitHub independently from travis, we create a personal access token and make it available as environment variable
travis encrypt GITHUB_TOKEN=<paste PAT> --add