diff --git a/doc/source/releases/24.0_announce.rst b/doc/source/releases/24.0_announce.rst index 1eeae64e61f..343728c1784 100644 --- a/doc/source/releases/24.0_announce.rst +++ b/doc/source/releases/24.0_announce.rst @@ -1,12 +1,61 @@ -:orphan: - =========================================================== 24.0 Galaxy Release (March 2024) =========================================================== +.. include:: _header.rst -Schedule +Highlights =========================================================== - * Planned Freeze Date: 2024-02-26 - * Planned Release Date: 2024-03-25 + +Feature1 +-------- + +Feature description. + +Feature2 +-------- + +Feature description. + +Feature3 +-------- + +Feature description. + +Are you an admin? See the Administration Notes below, and check out `some admin relevant PRs `__. + +Get Galaxy +=========================================================== + +The code lives at `GitHub `__ and you should have `Git `__ to obtain it. + +To get a new Galaxy repository run: + .. code-block:: shell + + $ git clone -b release_24.0 https://github.com/galaxyproject/galaxy.git + +To update an existing Galaxy repository run: + .. code-block:: shell + + $ git fetch origin && git checkout release_24.0 && git pull --ff-only origin release_24.0 + +See the `community hub `__ for additional details on source code locations. + +Administration Notes +=========================================================== + +[TODO: add items or drop section if none] + +Configuration Changes +=========================================================== + +[TODO: add items or drop section if none] + +Release Notes +=========================================================== + +.. include:: 24.0.rst + :start-after: announce_start + +.. include:: _thanks.rst