diff --git a/maintainers/building_releases.rst b/maintainers/building_releases.rst index 7040fab..8458863 100644 --- a/maintainers/building_releases.rst +++ b/maintainers/building_releases.rst @@ -196,6 +196,16 @@ and itch.io). This is outside the scope of this howto. Google Play and the Horizon Store. Until we automate this, this should be synced with @m4gr3d. +Updating documentation +~~~~~~~~~~~~~~~~~~~~~~ + +The documentation needs version updates in various locations: + +* Update the class reference from `godot `__. +* Create a new branch of the current version in `godot-docs `__. +* Create a new version for this branch on `readthedocs `__ +* Update the version number in `conf.py `__ to the upcoming version on ``master``. + Using ``screen`` ----------------