Releases: w3c/spec-prod
Releases · w3c/spec-prod
v2.3.3
Enhancements
- Avoid building same doc twice (for GitHub and W3C) if config after overrides is the same.
- Avoid fetching previous version info for W3C docs if W3C related inputs are not provided.
- Added a single-page documentation: https://w3c.github.io/spec-prod/.
v2.3.2
v2.3.1
v2.3.0
v2.2.3
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.