Skip to content

Commit

Permalink
Add a metainfo file for release information
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Apr 23, 2021
1 parent d77b1a5 commit e8f4ced
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ fwupd-efi Release Notes
Write release entries:

git log --format="%s" --cherry-pick --right-only 1.0... | grep -i -v trivial | grep -v Merge | sort | uniq
Add any user visible changes into ../contrib/org.freedesktop.fwupd.efi.metainfo.xml
appstream-util appdata-to-news ../contrib/org.freedesktop.fwupd.efi.metainfo.xml > NEWS

2. Commit changes to git:

# MAKE SURE THIS IS CORRECT
export release_ver="1.1"
export release_ver="1.0"

git commit -a -m "Release fwupd-efi ${release_ver}"
git tag -s -f -m "Release fwupd-efi ${release_ver}" "${release_ver}"
Expand Down
32 changes: 32 additions & 0 deletions contrib/org.freedesktop.fwupd.efi.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Richard Hughes <richard@hughsie.com> -->
<component type="generic">
<id>org.freedesktop.fwupd.efi</id>
<extends>org.freedesktop.fwupd</extends>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.0+</project_license>
<name>fwupd-efi</name>
<summary>EFI helpers to install system firmware</summary>
<description>
<p>
This project builds a UEFI binary for installing updates using the
UpdateCapsule runtime service.
</p>
<p>
The source was imported from the combined fwupd project, and is now
maintained separately to allow fwupd userspace releases and fwupd-efi
UEFI executable releases to follow a different candence.
</p>
</description>
<url type="bugtracker">https://github.com/fwupd/fwupd-efi/issues</url>
<url type="homepage">https://fwupd.org/</url>
<update_contact>richard_at_hughsie.com</update_contact>
<content_rating type="oars-1.0"/>
<releases>
<release version="1.0" date="2021-04-23">
<description>
<p>This is the first release split from the fwupd parent project.</p>
</description>
</release>
</releases>
</component>

0 comments on commit e8f4ced

Please sign in to comment.