summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-09-15 10:53:07 +0100
committerRichard Hughes <richard@hughsie.com>2015-09-15 10:53:07 +0100
commit8da95ba8cd45b0838a6fb98f3634fdba2601bb45 (patch)
tree5b538c82cc05aedd8ed44836cf25799117440c09 /RELEASE
parentfa69f04c735ea00e78d800701558a9ed42b75db5 (diff)
downloadappstream-glib-8da95ba8cd45b0838a6fb98f3634fdba2601bb45.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index 8d43315..6ad0117 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
-git shortlog appstream_glib_0_5_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_5_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.5.1
+Version 0.5.2
~~~~~~~~~~~~~
Released: 2015-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.5.1"
-git tag -s -f -m "Release 0.5.1" appstream_glib_0_5_1
+git commit -a -m "Release version 0.5.2"
+git tag -s -f -m "Release 0.5.2" appstream_glib_0_5_2
<gpg password>
git push --tags
git push