From: Christian Weiske Date: Wed, 17 Jan 2018 20:16:29 +0000 (+0100) Subject: Talk about validating X-Git-Tag: v0.6.5~1 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/74c2b5177be213dc8f450b48d31855cc67ac1e0e Talk about validating --- 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