What problem does it solve?
Releasing a new version of the dev.nx.gradle.project-graph plugin requires identical edits across five files, including version constants, build scripts, migration code, documentation, and migrations.json, which is error-prone when done manually.
Core Features & Use Cases
- Version Constant Updates: Updates gradleProjectGraphVersion in versions.ts and the version field in build.gradle.kts.
- Migration Generation: Creates the TypeScript migration file and Markdown documentation under the correct MIGRATION_FOLDER derived from the Nx version.
- migrations.json Registration: Adds the new migration entry with implementation and documentation paths following the existing schema.
- Use Case: When the Nx team prepares a release that ships a new Gradle project-graph plugin version, run this Skill to produce all five file changes consistently and verify them with nx run-many -t test,build,lint -p gradle.
Quick Start
Bump the Gradle project graph plugin to the next version and create the corresponding migration files and migrations.json entry.