summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md17
1 files changed, 3 insertions, 14 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 93e0b69..2db6f53 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,20 +1,9 @@
GUsb Release Notes
==================
-Write `NEWS` entries for GUsb in the same format as usual.
-
- git shortlog 0.4.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
- =================================================
- Version 0.4.2
- ~~~~~~~~~~~~~
- Released: 2022-xx-xx
-
- Notes:
-
- New Features:
-
- Bugfixes:
- =================================================
+git log --format="%s" --cherry-pick --right-only 0.4.1... | grep -i -v trivial | grep -v Merge | sort | uniq
+Add any user visible changes into ../contrib/org.freedesktop.GUsb.metainfo.xml
+appstream-util appdata-to-news ../contrib/org.freedesktop.GUsb.metainfo.xml > ../NEWS
Update library version if new ABI or API in `meson.build`, commit, and build tarball: