Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release url #160

Merged
merged 1 commit into from Jan 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -423,11 +423,19 @@
The size type is defined via a <literal>type</literal> property on the <literal>size</literal> tag, and may assume the value <code>download</code> or <code>installed</code>.
The size itself is set as the value and must be given in bytes.
</para>
<para>
Finally a <literal>release</literal> tag may have one or multiple <literal>url</literal>
tags as children. These <literal>url</literal> 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 <literal>url</literal> with type "homepage".
The <literal>url</literal> tag is structured as described in <xref linkend="tag-url"/>.
</para>
<para>
Examples for a valid releases tag:
</para>
<programlisting language="XML"><![CDATA[<releases>
<release version="1.2" date="2014-04-12" urgency="high">
<url type="homepage">https://example.org/news/version-1.2-release</url>
<size type="download">12345678</size>
<size type="installed">42424242</size>
</release>