diff --git a/docs/v2/Release process.md b/docs/v2/Release process.md index 39c1e47298..6667ec1273 100644 --- a/docs/v2/Release process.md +++ b/docs/v2/Release process.md @@ -77,11 +77,13 @@ Edit `pom.xml`: - `version` and `scm.tag` have to be set to the new version. - ensure that all dependencies to other scm resources have released versions +- ensure `parent.version` points to stable release Edit `package.json`: - `version` has to be set to the new version. - ensure that all dependencies to other scm resources have released versions +- ensure the version of `@scm-manager/ui-plugins` points to the same version as `parent.version` in the `pom.xml` ## Modify Changelog @@ -131,4 +133,4 @@ Edit `package.json`: `version` has to be set to the new development version. ``` git commit -am "Prepare for next development iteration" git push origin develop -``` \ No newline at end of file +```