Commit aba18e89 authored by Michael Howitz's avatar Michael Howitz

Add documentation to update the Github pages.

parent 143de2bd
......@@ -90,7 +90,7 @@ Add today's date to the current release.
$ git commit -m "Finalize changelog 2.13.23 release" doc/CHANGES.rst
.. note::
Keep track of the hash for this commit: you will want to cherry-pick
it to the ``2.13`` branch later.
......@@ -149,6 +149,27 @@ date and a "TBD" bullet, and update the next development release in
$ git push origin 2.13
Update versions on GitHub pages
-------------------------------
.. code-block:: bash
$ git checkout gh-pages
Add the new version number below "Select 2.13 version" at the beginning of the
versions list and create the pages:
.. code-block:: bash
$ vi build_index.sh
$ ./build_index.sh
Commit the changes and newly created files and push the changes. (Assure there
are no releases deleted by calling `./build_index.sh`.)
Check the result on https://zopefoundation.github.io/Zope/.
Create index on download.zope.org
---------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment