docs: bump READMEs on release

This commit is contained in:
Damien Retzinger
2026-05-09 19:18:17 -04:00
parent baef64bc0a
commit 45d1df0162
15 changed files with 46 additions and 42 deletions
+5 -1
View File
@@ -8,7 +8,11 @@
"pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {
"release-type": "node"
"release-type": "node",
"extra-files": [
{ "type": "generic", "path": "*/README.md", "glob": true },
{ "type": "generic", "path": ".github/workflows/*-README.md", "glob": true }
]
}
}
}