From 19414386e730e8d8f8e3d431c88cfdc95b02f24c Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Mon, 18 Apr 2016 18:27:13 +0200 Subject: [PATCH] Add release notes --- RELEASE | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 RELEASE diff --git a/RELEASE b/RELEASE new file mode 100644 index 00000000..f4a0b677 --- /dev/null +++ b/RELEASE @@ -0,0 +1,38 @@ +AppStream Generator Release Notes + +1. Write NEWS entries for AppStream Generator in the same format as usual. + +git shortlog v0.1.0.. | grep -i -v trivial | grep -v Merge > NEWS.new + +-------------------------------------------------------------------------------- +Version 0.2.0 +~~~~~~~~~~~~~~ +Released: 2016-xx-xx + +Notes: + +Features: + +Bugfixes: +-------------------------------------------------------------------------------- + +2. Commit changes in Git: + +git commit -a -m "Release version 0.2.0" +git tag -s -f -m "Release 0.2.0" v0.2.0 +git push --tags +git push + +3. Do post release version bump in source/config.d, RELEASE + +4. Commit trivial changes: + +git commit -a -m "trivial: post release version bump" +git push + +5. Send an email to appstream@lists.freedesktop.org + +================================================= +AppStream Generator 0.2.0 released! + +=================================================