mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 22:23:20 +00:00
trivial: post release version bump
This commit is contained in:
parent
ebb6237e97
commit
159f7883db
4
RELEASE
4
RELEASE
@ -10,7 +10,7 @@ To make sure it's done right, you can reference commit 433e809318c68c9ab6d4ae50e
|
||||
|
||||
Write release entries:
|
||||
|
||||
git log --format="%s" --cherry-pick --right-only 1.8.6... | grep -i -v trivial | grep -v Merge | sort | uniq
|
||||
git log --format="%s" --cherry-pick --right-only 1.8.7... | grep -i -v trivial | grep -v Merge | sort | uniq
|
||||
Add any user visible changes into ../data/org.freedesktop.fwupd.metainfo.xml
|
||||
appstream-util appdata-to-news ../data/org.freedesktop.fwupd.metainfo.xml > NEWS
|
||||
|
||||
@ -25,7 +25,7 @@ git add ../po/*.po
|
||||
2. Commit changes to git:
|
||||
|
||||
# MAKE SURE THIS IS CORRECT
|
||||
export release_ver="1.8.7"
|
||||
export release_ver="1.8.8"
|
||||
|
||||
git commit -a -m "Release fwupd ${release_ver}" --no-verify
|
||||
git tag -s -f -m "Release fwupd ${release_ver}" "${release_ver}"
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('fwupd', 'c',
|
||||
version: '1.8.7',
|
||||
version: '1.8.8',
|
||||
license: 'LGPL-2.1+',
|
||||
meson_version: '>=0.61.0',
|
||||
default_options: ['warning_level=2', 'c_std=c99'],
|
||||
|
Loading…
Reference in New Issue
Block a user