diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-01-17 21:16:29 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-01-17 21:16:29 +0100 |
| commit | 74c2b5177be213dc8f450b48d31855cc67ac1e0e (patch) | |
| tree | 552af26e346ca24163ddfd87438cd95d24e8ecf6 | |
| parent | 0d3a0e77b3875ad8a8b07b4cd77597f11578f643 (diff) | |
| download | grauphel-74c2b5177be213dc8f450b48d31855cc67ac1e0e.tar.gz grauphel-74c2b5177be213dc8f450b48d31855cc67ac1e0e.zip | |
Talk about validating
| -rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
