gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 4a26f25ecf6198900fe1beee0e0f57aed0bad2ed
parent de6b82dfb449cd78ef881f468eb23bc0710c131d
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon,  9 Dec 2024 16:55:11 +0100

add po update

Diffstat:
Mdevelopers/style.rst | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/developers/style.rst b/developers/style.rst @@ -466,7 +466,7 @@ In this order do: 3. *Optional*: Update bootstrap HELLO file -4. Update NEWS file and commit +4. Update NEWS file and PO files and commit 5. Tag the release (Named commit!) @@ -517,8 +517,15 @@ from commit messages (see above), we execute ``v0.22.0`` is the placeholder for the version number you want to release. Now edit the ``NEWS`` file to include all the noteworthy changes -you want to add and commit the file. +you want to add. +Then, update the po files: + +.. code-block:: console + + $ cd po && make update-po && cd .. + +Commit all changes in the source tree now. **(5)** You can now tag the release. Please **always** use named tags (important for our nightly tarball build trigger).