Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Mar 18, 2024
1 parent 5a18399 commit 623baf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ fwupd-efi Release Notes

Write release entries:

git log --format="%s" --cherry-pick --right-only 1.4... | grep -i -v trivial | grep -v Merge | sort | uniq
git log --format="%s" --cherry-pick --right-only 1.5... | 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.5"
export release_ver="1.6"

git commit -a -m "Release fwupd-efi ${release_ver}" --no-verify
git tag -s -f -m "Release fwupd-efi ${release_ver}" "${release_ver}"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('fwupd-efi', 'c',
version : '1.5',
version : '1.6',
license : 'LGPL-2.1+',
meson_version : '>=0.62.0',
default_options : ['warning_level=2', 'c_std=c99'],
Expand Down

0 comments on commit 623baf5

Please sign in to comment.