Releases: vlmantova/bookml-action
Releases · vlmantova/bookml-action
v1.2.7
Minor changes:
- links to files in the workflow summary now open in a new tab, ensuring they scroll to the line that generated the message (if known)
- references to
/auxdir/link to the aux-directory artifact
v1.2.6
Major changes:
- capture and report multiline TeX error messages
- clarify that the outputs are also in the aux directory
v1.2.5
Minor change: improve header of summary and release notes.
v1.2.4
Major change: much improved readability of error messages, with working links to the cause of the error when using the BookML Docker image v0.21.0 or later.
v1.2.3
Major change: replace output messages in release with link to equivalent GitHub page.
v1.2.2
Bugfix: truncate messages correctly to stay below 125000 character limit.
v1.0
First release.
v1.2.1
Bugfixes:
- respect value of
inputs.checkout
v1.2.0
Changes:
- The release text includes direct links to each download and a link to the workflow run page on GitHub.
- Error messages are highlighted in red in the workflow run page and are included prominently in the release text.
- The workflow summary includes an abridged version of the release text.
- Breaking change: custom values of
AUX_DIRare ignored. This action sets its own value ofAUX_DIRin order to compile the files in a temporary folder outside of the workspace. - Breaking change: the aux directory is now uploaded as job artifact rather than being attached to the release. This is essentially equivalent to the previous behaviour, except that artifacts normally expire after 90 days.
v1.0.1
Changelog:
- truncate output messages to 120k characters