Skip to content

v2.2.3

Compare
Choose a tag to compare
@sidvishnoi sidvishnoi released this 24 Mar 18:56
· 100 commits to main since this release
33763d9

Bug fixes

  • GitHub Pages deployment failed when files with large diff were added.
  • Ensure committer email is not directly output to CI logs. (d03d5a6)

Other changes

  • Link validator is now disabled by default. (#43)
  • GitHub deploy stops early if there's nothing to be committed. (02dada2)
  • Reduced verbosity in GitHub pages deployment.
  • Slightly faster installs in CI by using yarn.lock.
  • GitHub pages deploy only uses commit message headline instead of entire commit message.

Internal

  • Rewrote entire action in TypeScript to ease maintenance.