From 74c2b5177be213dc8f450b48d31855cc67ac1e0e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 17 Jan 2018 21:16:29 +0100 Subject: [PATCH] Talk about validating --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index d6fdf1c..96968df 100644 --- a/README.rst +++ b/README.rst @@ -199,6 +199,14 @@ Releasing grauphel To release a new version, do the following: #. Increase version number in ``appinfo/version`` and ``appinfo/info.xml``. +#. Validate ``appinfo/info.xml``:: + + $ xmllint --noout --schema tools/info.xsd appinfo/info.xml + +#. Validate ``appinfo/database.xml``:: + + $ xmllint --noout --schema tools/database.xsd appinfo/database.xml + #. Fill the ``ChangeLog`` file with the changes since the last release, mention the new version number. #. Update ``README.rst`` and increase the version number -- 2.30.2