diff --git a/RELEASE.md b/RELEASE.md index c019545311..faf5b6c742 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,30 @@ # Eclipse Che release process +##### 0. Create new issue for the release + +Use this template, eg., for VERSION = 7.8.0 and BRANCH = 7.8.x: + + + ##### 1. Create branch for release preparation and next bugfixes: * `git branch {branchname} #e.g 7.7.x` * `git push --set-upstream origin {branchname}`