Merge lp:~elementary-apps/pantheon-terminal/appdata-releases into lp:~elementary-apps/pantheon-terminal/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 903
Merged at revision: 905
Proposed branch: lp:~elementary-apps/pantheon-terminal/appdata-releases
Merge into: lp:~elementary-apps/pantheon-terminal/trunk
Diff against target: 31 lines (+15/-1)
1 file modified
data/pantheon-terminal.appdata.xml.in (+15/-1)
To merge this branch: bzr merge lp:~elementary-apps/pantheon-terminal/appdata-releases
Reviewer Review Type Date Requested Status
Dieter Debast (community) Approve
elementary Apps team Pending
Review via email: mp+306695@code.launchpad.net

Commit message

Add releases info to appdata.xml

Description of the change

Let's get changelogs into AppCenter!

When reviewing branches, check for appstream validation by first building (because you can't validate .in files) and then running appstreamcli validate data/APPID.appdata.xml

Date left intentionally blank since that's something that will need to be set during the release process

Adding a dummy "Minor bug fixes" for the previous release as per Cody's instructions. Stacks the deck for translations.

To post a comment you must log in.
Revision history for this message
Dieter Debast (ddieter) wrote :

"Validation was successful", I guess everything is fine.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/pantheon-terminal.appdata.xml.in'
2--- data/pantheon-terminal.appdata.xml.in 2016-08-02 20:52:09 +0000
3+++ data/pantheon-terminal.appdata.xml.in 2016-09-24 22:33:07 +0000
4@@ -1,5 +1,5 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6-<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
7+<!-- Copyright 2015-2016 elementary, LLC <contact@elementary.io> -->
8 <component type="desktop">
9 <id>org.pantheon.terminal.desktop</id>
10 <metadata_license>CC0</metadata_license>
11@@ -14,6 +14,20 @@
12 available on your system.
13 </_p>
14 </description>
15+ <provides>
16+ <binary>pantheon-terminal</binary>
17+ </provides>
18+ <releases>
19+ <release version="0.4.1" date="" urgency="medium">
20+ <description>
21+ <ul>
22+ <_li>Minor bug fixes</_li>
23+ <_li>Translation updates</_li>
24+ </ul>
25+ </description>
26+ </release>
27+ </releases>
28+ <developer_name>elementary LLC.</developer_name>
29 <url type="homepage">http://elementary.io/</url>
30 <url type="bugtracker">https://bugs.launchpad.net/pantheon-terminal</url>
31 <url type="donation">https://elementary.io/get-involved#funding</url>

Subscribers

People subscribed via source and target branches