Releases: PaulDuvall/centralized-rules
Releases · PaulDuvall/centralized-rules
v0.2.1
v0.2.0
[0.2.0] - 2026-02-12
Added
--commit SHAflag for install-hooks.sh to pin installation to a specific Git commit- Playwright E2E testing best practices rule (
testing/playwright/best-practices) - Testing category support in hook keyword matching and tip selection
- Common Playwright misspellings (playright, playwrite, playwight) to keyword detection
Fixed
- Hook script now iterates over
testingcategory in skill-rules.json (previously only base, languages, cloud)
v0.1.1
[0.1.1] - 2026-02-11
Fixed
- Restored
__CENTRALIZED_RULES_COMMIT__placeholder in activate-rules.sh that was accidentally replaced with a hardcoded commit SHA, causing all installations to display a stale commit ID
v0.1.0
[0.1.0] - 2026-01-21
First versioned release with GitHub Releases infrastructure.
Added
- GitHub Actions release workflow (
.github/workflows/release.yml) - Release documentation (
RELEASING.md) - Version badge in README
--edgeflag for install-hooks.sh (install from main branch)--versionflag for install-hooks.sh (install specific version)- Automatic latest release detection via GitHub API
Changed
- install-hooks.sh now fetches from GitHub releases by default
- Falls back to main branch if no releases exist