added notes to parent version and ui-plugins

This commit is contained in:
Sebastian Sdorra
2020-03-13 09:02:42 +01:00
committed by GitHub
parent d64827fc8a
commit 46db6e7fc9

View File

@@ -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
```
```