Talk about validating
authorChristian Weiske <cweiske@cweiske.de>
Wed, 17 Jan 2018 20:16:29 +0000 (21:16 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 17 Jan 2018 20:16:29 +0000 (21:16 +0100)
README.rst

index d6fdf1ca8c8708e61cd2f00fc69fb53bf27b8de9..96968dfdb78d67e82c4110da9bbff6f6bd295792 100644 (file)
@@ -199,6 +199,14 @@ Releasing grauphel
 To release a new version, do the following:
 
 #. Increase version number in ``appinfo/version`` and ``appinfo/info.xml``.
 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
 #. Fill the ``ChangeLog`` file with the changes since the last release,
    mention the new version number.
 #. Update ``README.rst`` and increase the version number