diff --git a/docs/sources/metainfo/component.xml b/docs/sources/metainfo/component.xml
index 92165e7c..a4408460 100644
--- a/docs/sources/metainfo/component.xml
+++ b/docs/sources/metainfo/component.xml
@@ -423,11 +423,19 @@
The size type is defined via a type property on the size tag, and may assume the value download or installed.
The size itself is set as the value and must be given in bytes.
+
+ Finally a release tag may have one or multiple url
+ tags as children. These url tags must be links specific to a release.
+ For instance a release news on the project web page for this specific version or a release
+ note should be listed as a url with type "homepage".
+ The url tag is structured as described in .
+
Examples for a valid releases tag:
+ https://example.org/news/version-1.2-release
12345678
42424242