Skip to content

Version 1.8

Choose a tag to compare

@lowlighter lowlighter released this 18 Oct 09:10
· 2501 commits to master since this release
04a1f3c

📦 New features

  • SVG optimization can now be disabled if wanted
  • GitHub Action improvements
    • user is now optional and will be defaulted to authenticated token user
    • Commits with message [Skip GitHub Action] will now be ignored by default without the need to put a conditional statement in workflow
    • YAML booleans are now converted into JavaScript booleans to ensure they are correctly treated
    • Additional logs for were added
    • Updated action.yml descriptions
    • All params are now optional, with the exception of token*
  • PageSpeed token is now optional when plugin pagespeed is enabled
    • Although it is now optional, it is still advised to provide it to avoid 429 HTTP errors
  • Add new selfskip plugin
    • This plugins will substract all authored commits with token account from your personnal repository tagged with [Skip GitHub Action] in case you don't use a bot token

🦑 Miscellenous

  • Integration tests now check that GitHub action has been rebuild

* The defaults GITHUB_TOKEN seems to have missing rights to perform required actions for this GitHub Action, but a future release may not need to provide anything at all.

💪 Contributors