Skip to content

Commit

Permalink
Release fwupd-efi 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Jun 19, 2021
1 parent d74ab0f commit fee1b8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ appstream-util appdata-to-news ../contrib/org.freedesktop.fwupd.efi.metainfo.xml
# MAKE SURE THIS IS CORRECT
export release_ver="1.1"

git commit -a -m "Release fwupd-efi ${release_ver}"
git commit -a -m "Release fwupd-efi ${release_ver}" --no-verify
git tag -s -f -m "Release fwupd-efi ${release_ver}" "${release_ver}"
<wait>
git push --tags
Expand All @@ -33,5 +33,5 @@ scp meson-dist/fwupd-efi-${release_ver}.tar.* hughsient@people.freedesktop.org:~

6. Commit changes:

git commit -a -m "trivial: post release version bump"
git commit -a -m "trivial: post release version bump" --no-verify
git push
10 changes: 10 additions & 0 deletions contrib/org.freedesktop.fwupd.efi.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@
<p>This is the first release split from the fwupd parent project.</p>
</description>
</release>
<release version="1.1" date="2021-06-19">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Abort if the host architecture isn't known</li>
<li>Account for objdump missing --target option on FreeBSD</li>
<li>Pass the found genpeimg to generate_binary</li>
</ul>
</description>
</release>
</releases>
</component>

0 comments on commit fee1b8f

Please sign in to comment.