nx-gradle-plugin-version-bump
Gradle Plugin Version Bump
Bumps the dev.nx.gradle.project-graph plugin to a new version. This is a recurring task that touches 5 files in an identical pattern every time.
Required Inputs
Collect these values from the master branch before starting:
-
NEW_VERSION- the version we want to bump to Example: OLD_VERSION: 0.1.15 => NEW_VERSION: 0.1.16 You can find this value by looking at theOLD_VERSIONspecified inpackages/gradle/project-graph/build.gradle.ktsin theversionfield.
The NEW_VERSION will be theOLD_VERSION+ 1. -
NX_MIGRATION_VERSION- the version of Nx that will trigger our version bump migration Example: OLD_VERSION: 22.7.0-beta.0 => NEW_VERSION: 22.7.0-beta.1 You can find this value by looking at thenxversion inpackage.jsonunderdevDependencies. The NEW_VERSION will be theOLD_VERSION+ 1.