Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
This commit is contained in:
Alkin Tezuysal 2021-03-30 21:50:22 +03:00
Родитель 9a14067477
Коммит aeed352808
1 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -214,22 +214,16 @@ Create the `settings.xml` in the `$HOME/.m2/` directory as described in their [i
### Creating Release (or Candidate)
1. Create a new branch (if needed) with the following existing naming convention e.g. release-9.0. We usually do this while creating RC1 and re-use it for GA release.
![GitHub Release01](/doc/internal/.images/release-01.png){ width=50\% }
![GitHub Release01](/doc/internal/.images/release-01.png)
<img align="left" width="50" height="50" src="/doc/internal/.images/release-01.png">
2. Click on Code -> Releases
![GitHub Release02](/doc/internal/.images/release-02.png)
3. Draft a new release. The naming convention for release candidates is to append “-rc1” to the expected release version.
![GitHub Release03](/doc/internal/.images/release-03.png)
4. Tag a new release against the branch.
![GitHub Release04](/doc/internal/.images/release-04.png)
5. Copy/paste previously built Release Notes into the description.
![GitHub Release05](/doc/internal/.images/release-05.png)
Note: If this is a pre-release select the pre-release checkbox.
### Post Release Steps