From 46db6e7fc994aa4bc5281eaf38125cdb30ab96e9 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 13 Mar 2020 09:02:42 +0100 Subject: [PATCH] added notes to parent version and ui-plugins --- docs/v2/Release process.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```