What problem does it solve?
Updating the PatternFly org repo for new releases and release candidates is error-prone and manual; pf-org-version-update automates resolving versions, applies them to all relevant package.json files (root, documentation-site, and documentation-framework), and updates versions.json, with a clear path to run a local build and validation.
Core Features & Use Cases
- Resolve versions from explicit user input or by scanning the repository via the included script, producing a complete set of @patternfly/* versions.
- Update dependencies across root package.json (devDependencies and resolutions), documentation-site package.json, and documentation-framework peerDependencies, touching only PatternFly packages.
- Insert a new top release entry in packages/documentation-framework/versions.json, mark the previous latest as hidden, and ensure all releases maintain a consistent versions map with all required packages.
- Provide a verified workflow with steps to install, build, serve, and generate screenshots locally for validation.
Quick Start
Specify the new PatternFly versions or let the skill resolve them, then apply the generated steps to update package.json and versions.json and run a local build to verify changes.