aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2018-01-17 21:16:29 +0100
committerChristian Weiske <cweiske@cweiske.de>2018-01-17 21:16:29 +0100
commit74c2b5177be213dc8f450b48d31855cc67ac1e0e (patch)
tree552af26e346ca24163ddfd87438cd95d24e8ecf6
parent0d3a0e77b3875ad8a8b07b4cd77597f11578f643 (diff)
downloadgrauphel-74c2b5177be213dc8f450b48d31855cc67ac1e0e.tar.gz
grauphel-74c2b5177be213dc8f450b48d31855cc67ac1e0e.zip
Talk about validating
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
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