Skip to content

Release notes

Phill Jenkins edited this page Aug 26, 2024 · 5 revisions

Formatting release notes

The following format should be used for the Checker's release notes. The release notes are auto-generated from the PR's title:

What's Changed

  • Major features and Rule set deployment date
  • feature(extension): A sentence style with initial caps
  • feature(engine): A sentence style with initial caps
  • feature(package): A sentence style with initial caps

Extension

  • fix(extension): A sentence style with initial caps

CI/CD packages

  • fix(package-name-here): A sentence style with initial caps

Rules and Engine

  • newrule(rule-ID-here): A sentence style with initial caps
  • fixrule(rule-ID-here): A sentence style with initial caps

Chores and dependencies

  • chore(engine, extension, package): A sentence style with initial caps
  • Bump ... A sentence style with initial caps

New Contributors

  • @ user name for new contributions made

Sample release notes from August 6, 2024 v3.1.72

What's Changed

  • Rule server update for latest Rule set deployment dated 6 August 2024 in #1969

Rules and Engine

Extensions (browser Dev Tools)

CI/CD Packages

Chores and dependencies

New Contributors