Skip to content

v2.0.0

Compare
Choose a tag to compare
@sidvishnoi sidvishnoi released this 05 Feb 15:05
· 150 commits to main since this release

Breaking Changes

  • Removed W3C_MANIFEST_URL. See #22 for details.

New Inputs

  • BUILD_FAIL_ON: Define exit behavior on build errors or warnings. [docs] 91cb4dc

Features

  • Add support for deploying Bikeshed specs, by using tar method. See #22.
  • Upload minimal files to GitHub pages and W3C. Closed #2.
  • Allow configuring on what kinds of errors/warnings build should fail. By default, fails on fatal errors. See #23.

Other Changes

  • Lots of refactoring, making the Action easier to test and run locally.
  • Stability improvements and many bug fixes.
  • Use official utility libraries from GitHub, to make sure we get latest GitHub Action specific behavior with simple updates.
  • View issues closed since last release.