Skip to content

17.0.1

Choose a tag to compare

@sneridagh sneridagh released this 03 Oct 09:20
· 1716 commits to main since this release
a911a09

17.0.1 (2023-10-03)

Bugfix

Documentation

  • Fix tests and documentation broken because the renaming master->main @sneridagh #5251
  • Disable GHA vale checking, it started to fail with a gazillion of violations. @sneridagh #5253
  • Reenable GHA vale checking, but with configuration from plone/documentation. It now runs Vale, but with the flag --no-exit which means "Don't return a nonzero exit code on errors." It also eliminates reviewdog as the test runner. @stevepiercy #5256