eng: Update release process

This commit is contained in:
Sebastian Huber 2020-09-18 08:23:26 +02:00
parent 28db97275b
commit 972f208824

View File

@ -342,15 +342,19 @@ the needed changes.
* :file:`tester/rtems/version.cfg`: Update ``rtems_version``. * :file:`tester/rtems/version.cfg`: Update ``rtems_version``.
#. rtems_libbsd requires the following files and branches be changed: #. ``rtems-libbsd`` requires the following files and branches be changed:
* :file:`README.md`: Update ``Branches`` section. * :file:`README.md`: Update ``Branches`` section.
* :file:`wscript`: Update ``rtems_version``. * :file:`wscript`: Update ``rtems_version``.
* Create a new branch for tracking the FreeBSD stable version. E.g. * Create a new branch for tracking the FreeBSD stable version, for example
``6-freebsd-12``. ``6-freebsd-12``.
#. ``rtems-examples`` requires the following files be changed:
* :file:`wscript`: Update ``rtems_version``.
Release Procedure Release Procedure
================= =================